Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java6551 ArrayList<Context> nonUIContexts = new ArrayList<>(); in updateDeviceIdForNonUIContexts() local
6557 nonUIContexts.add(mAllApplications.get(i)); in updateDeviceIdForNonUIContexts()
6564 nonUIContexts.add(service); in updateDeviceIdForNonUIContexts()
6568 for (Context context : nonUIContexts) { in updateDeviceIdForNonUIContexts()