Searched defs:hostToStateMap (Results 1 – 4 of 4) sorted by relevance
219 @NonNull Map<String,Integer> hostToStateMap) { in DomainVerificationInfo()355 Map<String,Integer> hostToStateMap = unparcelHostToStateMap(in); in DomainVerificationInfo() local
189 @NonNull Map<String,Integer> hostToStateMap) { in DomainVerificationUserState()333 Map<String,Integer> hostToStateMap = unparcelHostToStateMap(in); in DomainVerificationUserState() local
180 Map<String, Integer> hostToStateMap = info.getHostToStateMap(); in runMessage() local
272 ArrayMap<String, Integer> hostToStateMap = new ArrayMap<>(pkgState.getStateMap()); in getDomainVerificationInfo() local