Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayManagerServiceImplTests.java195 List<String> a = mImpl.updateOverlaysForUser(USER); in testUpdateOverlaysForUser()
201 List<String> b = mImpl.updateOverlaysForUser(USER); in testUpdateOverlaysForUser()
206 List<String> c = mImpl.updateOverlaysForUser(USER); in testUpdateOverlaysForUser()
212 List<String> d = mImpl.updateOverlaysForUser(USER); in testUpdateOverlaysForUser()
217 List<String> e = mImpl.updateOverlaysForUser(USER); in testUpdateOverlaysForUser()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerService.java289 final List<String> targets = mImpl.updateOverlaysForUser(users.get(i).id); in initIfNeeded()
303 final List<String> targets = mImpl.updateOverlaysForUser(newUserId); in onSwitchUser()
495 targets = mImpl.updateOverlaysForUser(userId); in onReceive()
DOverlayManagerServiceImpl.java128 ArrayList<String> updateOverlaysForUser(final int newUserId) { in updateOverlaysForUser() method in OverlayManagerServiceImpl
/frameworks/base/services/
Dart-profile10053 HSPLcom/android/server/om/OverlayManagerServiceImpl;->updateOverlaysForUser(I)Ljava/util/ArrayList;