HomeSort by relevance Sort by last modified time
    Searched refs:reportShortcutUsed (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java 107 runWithCaller(mPackageContext1, () -> getManager().reportShortcutUsed(id1));
108 runWithCaller(mPackageContext1, () -> getManager().reportShortcutUsed(idManifest));
109 runWithCaller(mPackageContext1, () -> getManager().reportShortcutUsed(idNonexistance));
111 runWithCaller(mPackageContext2, () -> getManager().reportShortcutUsed(id3));
  /frameworks/base/core/java/android/content/pm/
IShortcutService.aidl 57 void reportShortcutUsed(String packageName, String shortcutId, int userId);
ShortcutManager.java 422 * report the shortcuts that are used with {@link #reportShortcutUsed(String)}
783 public void reportShortcutUsed(String shortcutId)
    [all...]
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
ShortcutHelper.java 60 public void reportShortcutUsed(String id) {
61 mShortcutManager.reportShortcutUsed(id);
Main.java 87 mHelper.reportShortcutUsed(ID_ADD_WEBSITE);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest2.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 272 milliseconds