Home
last modified time | relevance | path

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

12

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
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
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DTimeoutToDockUserSettingsTest.java88 final String expectedKey = mValues[0]; in defaultKey_setToFirstValue_shouldSaveToSettings() local
95 final String expectedKey = mValues[1]; in defaultKey_setToSecondValue_shouldSaveToSettings() local
102 final String expectedKey = mValues[2]; in defaultKey_setToThirdValue_shouldSaveToSettings() local
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/storage/
DBooleanFileDatastoreTest.java283 String expectedKey = TEST_KEY + i; in testKeySetClear() local
321 String expectedKey = TEST_KEY + i; in testKeySetClearAllTrue() local
351 String expectedKey = TEST_KEY + i; in testKeySetClearAllTrue() local
375 String expectedKey = TEST_KEY + i; in testKeySetClearAllFalse() local
403 String expectedKey = TEST_KEY + i; in testKeySetClearAllFalse() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
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()
DLxxActionNextTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionNext() local
DKlpActionNextTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionNext() local
DLxxActionSearchTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionSearch() local
DKlpActionPreviousTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionPrevious() local
DLxxActionDoneTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionDone() local
DKlpActionDoneTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionDone() local
DKlpActionSearchTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionSearch() local
DKlpActionGoTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionGo() local
DLxxActionSendTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionSend() local
DLxxActionPreviousTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionPrevious() local
DLxxActionGoTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionGo() local
DLxxActionNoneTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionNone() local
DLxxActionUnspecifiedTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionUnspecified() local
DKlpActionUnspecifiedTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionUnspecified() local
DKlpActionNoneTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionNone() local
DKlpActionSendTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionSend() local
DLxxActionCustomTests.java34 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel"); in testActionCustom() local
DKlpActionCustomTests.java34 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel"); in testActionCustom() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DMetricsUtilsTest.java190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify()
196 int expectedKey, int expectedValue) { in bucketValueAndVerify()
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DDeviceStateAutoRotateSettingControllerTest.java131 String expectedKey = "auto_rotate_device_state_" + DEFAULT_DEVICE_STATE; in getPreferenceKey_returnsKeyBasedOnDeviceState() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DLayoutTestsBase.java165 final ExpectedKey expectedKey = expectedKeyboard[r][c]; in doKeyboardTests() local

12