Searched refs:reportShortcutUsage (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/usage/ |
D | UsageStatsManagerInternal.java | 80 public abstract void reportShortcutUsage(String packageName, String shortcutId, in reportShortcutUsage() method in UsageStatsManagerInternal
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 1878 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 1884 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 1888 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testReportShortcutUsed() 1898 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 1904 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 1908 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testReportShortcutUsed()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsService.java | 1245 public void reportShortcutUsage(String packageName, String shortcutId, int userId) { in reportShortcutUsage() method in UsageStatsService.LocalService
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 2208 mUsageStatsManagerInternal.reportShortcutUsage(packageName, shortcutId, userId); in reportShortcutUsed()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16397 HSPLandroid/app/usage/UsageStatsManagerInternal;->reportShortcutUsage(Ljava/lang/String;Ljava/lang/…
|