Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DANQPNetworkKeyTest.java44 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, 0, 0, ANQP_DOMAIN_ID); in buildStandardESSKey() local
56 ANQPNetworkKey expectedKey = new ANQPNetworkKey(null, 0, HESSID, ANQP_DOMAIN_ID); in buildHessidKey() local
68 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, BSSID, 0, 0); in buildAPKey() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DActionTestsBase.java81 final int elementId, final ExpectedActionKey expectedKey) { in assertActionKey()
90 final int actionId, final ExpectedActionKey expectedKey) { in doTestActionKey()
97 final EditorInfo editorInfo, final ExpectedActionKey expectedKey) { in doTestActionKey()
H A DKlpActionDoneTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionDone() local
H A DKlpActionGoTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionGo() local
H A DKlpActionNextTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionNext() local
H A DKlpActionNoneTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionNone() local
H A DKlpActionPreviousTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionPrevious() local
H A DKlpActionSearchTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionSearch() local
H A DKlpActionSendTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionSend() local
H A DKlpActionUnspecifiedTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionUnspecified() local
H A DLxxActionDoneTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionDone() local
H A DLxxActionGoTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionGo() local
H A DLxxActionNextTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionNext() local
H A DLxxActionNoneTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionNone() local
H A DLxxActionPreviousTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionPrevious() local
H A DLxxActionSearchTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionSearch() local
H A DLxxActionSendTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionSend() local
H A DLxxActionUnspecifiedTests.java29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionUnspecified() local
H A DKlpActionCustomTests.java33 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel"); in testActionCustom() local
H A DLxxActionCustomTests.java33 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel"); in testActionCustom() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DMetricsUtilsTest.java190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify()
196 int expectedKey, int expectedValue) { in bucketValueAndVerify()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DSparseDoubleArrayTest.java101 final int expectedKey = sortedKeys[i]; in testKeyValueAt() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java262 private void readAndVerifyEntity(BackupDataInput bdi, String expectedKey, byte[] expectedData) in readAndVerifyEntity()
277 private void readAndVerifyDeletedEntity(BackupDataInput bdi, String expectedKey) in readAndVerifyDeletedEntity()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTestActivity.java128 public Configurator setExpectedKey(String expectedKey) { in setExpectedKey()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DVibrationPreferenceFragmentTest.java103 final String expectedKey = intensity == Vibrator.VIBRATION_INTENSITY_OFF in changeIntensitySetting_WithoutMultipleIntensitySupport_shouldResultInOn() local

12