Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2380 if (!ps.isShortcutExistsAndVisibleToPublisher(id)) { in disableShortcuts()
2443 if (!ps.isShortcutExistsAndVisibleToPublisher(id)) { in enableShortcuts()
2492 if (!ps.isShortcutExistsAndVisibleToPublisher(id)) { in removeDynamicShortcuts()
2593 if (!ps.isShortcutExistsAndVisibleToPublisher(id)) { in removeLongLivedShortcuts()
DShortcutPackage.java282 public boolean isShortcutExistsAndVisibleToPublisher(String id) { in isShortcutExistsAndVisibleToPublisher() method in ShortcutPackage
/frameworks/base/services/
Dart-profile32494 HPLcom/android/server/pm/ShortcutPackage;->isShortcutExistsAndVisibleToPublisher(Ljava/lang/String;…