Skip to content

Commit d99a559

Browse files
DeltaEvoGerrit Code Review
authored andcommitted
Merge "Add BluetoothProfile hidden methods to allow list" into android14-tests-dev
2 parents 4d767f2 + ffb9423 commit d99a559

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/signature/lib/common/src/android/signature/cts/InterfaceChecker.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)