Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java5688 public void handleSystemApplicationInfoChanged(@NonNull ApplicationInfo ai) { in handleSystemApplicationInfoChanged() method in ActivityThread
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java18854 ActivityThread.currentActivityThread().handleSystemApplicationInfoChanged(ai); in updateSystemUiContext()