Home
last modified time | relevance | path

Searched defs:expectedKey (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DKeyGestureEventTests.java327 int expectedKey, int expectedModifierState) { in testShortcuts_notMigratedToKeyGestureController()
336 @KeyGestureEvent.KeyGestureType int expectedKeyGestureType, int expectedKey, in testShortcuts_migratedToKeyGestureController()
345 @KeyGestureEvent.KeyGestureType int expectedKeyGestureType, int expectedKey, in testLongPressOnHome()
424 @KeyGestureEvent.KeyGestureType int expectedKeyGestureType, int expectedKey, in testShortcutInternal()
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
DRemoteProvisioningRegistrationTest.java91 RemotelyProvisionedKey expectedKey) { in matches()
100 RemotelyProvisionedKey expectedKey = mock(RemotelyProvisionedKey.class); in getKeySuccess() local
/frameworks/base/core/tests/coretests/src/android/util/
DSparseDoubleArrayTest.java101 final int expectedKey = sortedKeys[i]; in testKeyValueAt() local
/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupDataTest.java262 private void readAndVerifyEntity(BackupDataInput bdi, String expectedKey, byte[] expectedData) in readAndVerifyEntity()
277 private void readAndVerifyDeletedEntity(BackupDataInput bdi, String expectedKey) in readAndVerifyDeletedEntity()
/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTestActivity.java128 public Configurator setExpectedKey(String expectedKey) { in setExpectedKey()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleControllerTest.kt163 val expectedKey = Bubble.getNoteBubbleKeyForApp(intent.getPackage(), user) in <lambda>() constant