Searched defs:expectedKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java269 private void readAndVerifyEntity(BackupDataInput bdi, String expectedKey, byte[] expectedData) argument
272 expectedKey, bdi.getKey());
284 private void readAndVerifyDeletedEntity(BackupDataInput bdi, String expectedKey) argument
287 expectedKey, bdi.getKey());
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareMetricsTest.java631 WifiAwareMetrics.HistParms hp, int expectedKey, int expectedValue) {
633 collector.checkThat(logPrefix + value, h.get(expectedKey), equalTo(expectedValue));
630 bucketValueAndVerify(String logPrefix, long value, SparseIntArray h, WifiAwareMetrics.HistParms hp, int expectedKey, int expectedValue) argument

Completed in 85 milliseconds