Searched refs:reportShortcutUsage (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/services/core/java/android/app/usage/ |
H A D | UsageStatsManagerInternal.java | 106 public abstract void reportShortcutUsage(String packageName, String shortcutId, in reportShortcutUsage() method in UsageStatsManagerInternal
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest2.java | 2135 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 2141 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 2145 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testReportShortcutUsed() 2154 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 2160 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testReportShortcutUsed() 2164 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testReportShortcutUsed()
|
H A D | ShortcutManagerTest1.java | 420 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut() 433 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testPushDynamicShortcut() 435 verify(mMockUsageStatsManagerInternal, times(0)).reportShortcutUsage( in testPushDynamicShortcut() 437 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut() 448 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut() 458 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut() 473 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut() 484 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut() 496 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut() 511 verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( in testPushDynamicShortcut() [all …]
|
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | UsageStatsService.java | 2359 public void reportShortcutUsage(String packageName, String shortcutId, int userId) { in reportShortcutUsage() method in UsageStatsService.LocalService
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutService.java | 2855 mUsageStatsManagerInternal.reportShortcutUsage(packageName, shortcutId, userId); in reportShortcutUsedInternal()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9483 Landroid/app/usage/UsageStatsManagerInternal;->reportShortcutUsage(Ljava/lang/String;Ljava/lang/Str…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 41177 HPLcom/android/server/usage/UsageStatsService$LocalService;->reportShortcutUsage(Ljava/lang/String;…
|