Home
last modified time | relevance | path

Searched refs:newRequests (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/location/
H A DRecentLocationRequestsPreferenceController.java73 List<Request> newRequests = mRecentLocationApps.getAppListSorted(true); in updateState() local
76 if (listsEqual(newRequests, mRecentLocationRequests)) { in updateState()
79 mRecentLocationRequests = newRequests; in updateState()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/proxy/
H A DDomainVerificationProxyV1.java132 ArrayMap<Integer, Pair<UUID, String>> newRequests = new ArrayMap<>( in runMessage() local
141 newRequests.put(mVerificationToken++, in runMessage()
144 mRequests.putAll(newRequests); in runMessage()
147 sendBroadcasts(newRequests); in runMessage()