Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutUser.java660 totalSharingShortcutCount += mPackages.valueAt(i).getSharingShortcutCount(); in logSharingShortcutStats()
DShortcutPackage.java718 int getSharingShortcutCount() { in getSharingShortcutCount() method in ShortcutPackage
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1844 return p == null ? 0 : p.getSharingShortcutCount();