Home
last modified time | relevance | path

Searched refs:expectedKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPNetworkKeyTest.java44 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, 0, 0, ANQP_DOMAIN_ID); in buildStandardESSKey() local
46 assertEquals(expectedKey, actualKey); in buildStandardESSKey()
56 ANQPNetworkKey expectedKey = new ANQPNetworkKey(null, 0, HESSID, ANQP_DOMAIN_ID); in buildHessidKey() local
58 assertEquals(expectedKey, actualKey); in buildHessidKey()
68 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, BSSID, 0, 0); in buildAPKey() local
70 assertEquals(expectedKey, actualKey); in buildAPKey()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DMetricsUtilsTest.java190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify() argument
192 collector.checkThat(prefix + value, h.get(expectedKey), equalTo(expectedValue)); in bucketValueAndVerify()
196 int expectedKey, int expectedValue) { in bucketValueAndVerify() argument
198 collector.checkThat(prefix + value, h.get(expectedKey), equalTo(expectedValue)); in bucketValueAndVerify()
/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTestActivity.java128 public Configurator setExpectedKey(String expectedKey) { in setExpectedKey() argument
129 sExpectedKey = expectedKey; in setExpectedKey()
/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupDataTest.java262 private void readAndVerifyEntity(BackupDataInput bdi, String expectedKey, byte[] expectedData) in readAndVerifyEntity() argument
265 expectedKey, bdi.getKey()); in readAndVerifyEntity()
277 private void readAndVerifyDeletedEntity(BackupDataInput bdi, String expectedKey) in readAndVerifyDeletedEntity() argument
280 expectedKey, bdi.getKey()); in readAndVerifyDeletedEntity()