Home
last modified time | relevance | path

Searched defs:resultMap (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DBpfMapTest.java178 final ArrayMap<TetherDownstream6Key, Tether6Value> resultMap = in testGetNextKey() local
287 final ArrayMap<TetherDownstream6Key, Tether6Value> resultMap = in testIterateBpfMap() local
313 final ArrayMap<TetherDownstream6Key, Tether6Value> resultMap = in testIterateDeletion() local
345 final ArrayMap<TetherDownstream6Key, Tether6Value> resultMap = in testClear() local
/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
DNsdServiceInfoTest.java178 Map<String, byte[]> resultMap = result.getAttributes(); in checkParcelable() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DConvertUtils.java181 final Map<Integer, List<BatteryDiffEntry>> resultMap = new HashMap<>(); in getIndexedUsageMap() local
299 final Map<String, BatteryDiffEntry> resultMap = new HashMap<>(); in insert24HoursData() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DConvertUtilsTest.java217 final Map<Integer, List<BatteryDiffEntry>> resultMap = in testGetIndexedUsageMap_returnsExpectedResult() local
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java396 final Map<AccountTypeWithDataSet, AccountType> resultMap = Maps.newHashMap(invitables); in loadInvitableAccountTypes() local