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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowShortcutManager.java 30 private boolean isRequestPinShortcutSupported = true;
140 protected boolean isRequestPinShortcutSupported() {
141 return isRequestPinShortcutSupported;
144 public void setIsRequestPinShortcutSupported(boolean isRequestPinShortcutSupported) {
145 this.isRequestPinShortcutSupported = isRequestPinShortcutSupported;
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerRequestPinTest.java 54 assertTrue(getManager().isRequestPinShortcutSupported());
61 assertFalse(getManager().isRequestPinShortcutSupported());
74 assertTrue(getManager().isRequestPinShortcutSupported());
201 assertTrue(getManager().isRequestPinShortcutSupported());
251 assertTrue(getManager().isRequestPinShortcutSupported());
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
Main.java 92 ShortcutManagerCompat.isRequestPinShortcutSupported(this)
314 ShortcutManagerCompat.isRequestPinShortcutSupported(mContext)
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java 326 if (!ShortcutManagerCompat.isRequestPinShortcutSupported(context)) {

Completed in 186 milliseconds