Home
last modified time | relevance | path

Searched refs:reportShortcutUsed (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DIShortcutService.aidl60 void reportShortcutUsed(String packageName, String shortcutId, int userId); in reportShortcutUsed() method
DShortcutManager.java521 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed() method in ShortcutManager
523 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, injectMyUserId()); in reportShortcutUsed()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java2183 mManager.reportShortcutUsed("s1"); in testReportShortcutUsed()
2189 mManager.reportShortcutUsed("s1"); in testReportShortcutUsed()
2193 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()
2202 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()
2208 mManager.reportShortcutUsed("s2"); in testReportShortcutUsed()
2212 mManager.reportShortcutUsed("s3"); in testReportShortcutUsed()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2295 ps.reportShortcutUsed(mUsageStatsManagerInternal, shortcut.getId());
2692 public void reportShortcutUsed(String packageName, String shortcutId, int userId) {
2709 ps.reportShortcutUsed(mUsageStatsManagerInternal, shortcutId);
DShortcutPackage.java1685 void reportShortcutUsed(@NonNull final UsageStatsManagerInternal usageStatsManagerInternal, in reportShortcutUsed() method in ShortcutPackage
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12105 Landroid/content/pm/IShortcutService$Stub$Proxy;->reportShortcutUsed(Ljava/lang/String;Ljava/lang/S…
12151 Landroid/content/pm/IShortcutService;->reportShortcutUsed(Ljava/lang/String;Ljava/lang/String;I)V
/frameworks/base/core/api/
Dcurrent.txt13627 method public void reportShortcutUsed(String);