File tree Expand file tree Collapse file tree
tests/signature/lib/common/src/android/signature/cts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ class InterfaceChecker {
8484 HIDDEN_INTERFACE_METHOD_ALLOW_LIST .add ("public abstract void android.view.inputmethod.InputMethodSession.notifyImeHidden()" );
8585 HIDDEN_INTERFACE_METHOD_ALLOW_LIST .add ("public abstract void android.view.inputmethod.InputMethodSession.removeImeSurface()" );
8686 HIDDEN_INTERFACE_METHOD_ALLOW_LIST .add ("public abstract void android.bluetooth.BluetoothProfile.close()" );
87+ HIDDEN_INTERFACE_METHOD_ALLOW_LIST .add ("public abstract android.bluetooth.BluetoothAdapter android.bluetooth.BluetoothProfile.getAdapter()" );
88+ HIDDEN_INTERFACE_METHOD_ALLOW_LIST .add ("public abstract void android.bluetooth.BluetoothProfile.onServiceConnected(android.os.IBinder)" );
89+ HIDDEN_INTERFACE_METHOD_ALLOW_LIST .add ("public abstract void android.bluetooth.BluetoothProfile.onServiceDisconnected()" );
8790 }
8891
8992 private final ResultObserver resultObserver ;
You can’t perform that action at this time.
0 commit comments