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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DANQPNetworkKeyTest.java42 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, 0, 0, ANQP_DOMAIN_ID);
44 assertEquals(expectedKey, actualKey);
54 ANQPNetworkKey expectedKey = new ANQPNetworkKey(null, 0, HESSID, ANQP_DOMAIN_ID);
56 assertEquals(expectedKey, actualKey);
66 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, BSSID, 0, 0);
68 assertEquals(expectedKey, actualKey);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DMapChangeRegistryTest.java38 final String expectedKey = "key";
45 assertEquals(key, expectedKey);
51 mapChangeRegistry.notifyChange(observableObj, expectedKey);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DMetricsUtilsTest.java185 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) {
187 collector.checkThat(prefix + value, h.get(expectedKey), equalTo(expectedValue));
191 int expectedKey, int expectedValue) {
193 collector.checkThat(prefix + value, h.get(expectedKey), equalTo(expectedValue));
184 bucketValueAndVerify(String prefix, long value, SparseIntArray h, MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) argument
190 bucketValueAndVerify(String prefix, int value, SparseIntArray h, int[] hp, int expectedKey, int expectedValue) argument
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java271 private void readAndVerifyEntity(BackupDataInput bdi, String expectedKey, byte[] expectedData) argument
274 expectedKey, bdi.getKey());
286 private void readAndVerifyDeletedEntity(BackupDataInput bdi, String expectedKey) argument
289 expectedKey, bdi.getKey());

Completed in 118 milliseconds