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

  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java 112 runWithCallerWithStrictMode(mPackageContext2, () -> getManager().reportShortcutUsed(id3));
121 runWithCallerWithStrictMode(mPackageContext1, () -> getManager().reportShortcutUsed(id1));
130 runWithCallerWithStrictMode(mPackageContext1, () -> getManager().reportShortcutUsed(idNonexistance));
131 runWithCallerWithStrictMode(mPackageContext1, () -> getManager().reportShortcutUsed(idManifest));
  /developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java 67 public void reportShortcutUsed(String id) {
68 mShortcutManager.reportShortcutUsed(id);
Main.java 88 mHelper.reportShortcutUsed(ID_ADD_WEBSITE);
  /developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java 67 public void reportShortcutUsed(String id) {
68 mShortcutManager.reportShortcutUsed(id);
Main.java 88 mHelper.reportShortcutUsed(ID_ADD_WEBSITE);
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
ShortcutHelper.java 69 public void reportShortcutUsed(String id) {
70 mShortcutManager.reportShortcutUsed(id);
Main.java 122 mHelper.reportShortcutUsed(ID_ADD_WEBSITE);
  /development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
ShortcutHelper.java 67 public void reportShortcutUsed(String id) {
68 mShortcutManager.reportShortcutUsed(id);
Main.java 88 mHelper.reportShortcutUsed(ID_ADD_WEBSITE);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowShortcutManager.java 161 protected void reportShortcutUsed(String shortcutId) {}

Completed in 509 milliseconds