Home
last modified time | relevance | path

Searched defs:onApplicationActive (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl64 oneway void onApplicationActive(String packageName, int userId); // system only API for sysUI in onApplicationActive() method
H A DShortcutManager.java652 public void onApplicationActive(@NonNull String packageName, @UserIdInt int userId) { in onApplicationActive() method in ShortcutManager