Searched refs:FLAG_MATCH_PINNED (Results 1 – 11 of 11) sorted by relevance
93 public static final int FLAG_MATCH_PINNED = 1 << 2; field in ShortcutManager106 FLAG_MATCH_PINNED,303 return mService.getShortcuts(mContext.getPackageName(), FLAG_MATCH_PINNED, in getPinnedShortcuts()
378 public static final int FLAG_MATCH_PINNED = 1 << 1; field in LauncherApps.ShortcutQuery382 public static final int FLAG_GET_PINNED = FLAG_MATCH_PINNED;419 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED | FLAG_MATCH_MANIFEST | FLAG_MATCH_CACHED;476 FLAG_MATCH_PINNED,
389 Integer.toString(ShortcutManager.FLAG_MATCH_PINNED), CALLING_PACKAGE_1), in testGetShortcuts()394 | ShortcutManager.FLAG_MATCH_PINNED), CALLING_PACKAGE_1), in testGetShortcuts()
1569 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_PINNED), in testShortcutManagerGetShortcuts_shortcutTypes()1583 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_PINNED), in testShortcutManagerGetShortcuts_shortcutTypes()1593 ShortcutManager.FLAG_MATCH_DYNAMIC | ShortcutManager.FLAG_MATCH_PINNED), in testShortcutManagerGetShortcuts_shortcutTypes()1603 ShortcutManager.FLAG_MATCH_PINNED | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes()1614 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_PINNED), in testShortcutManagerGetShortcuts_shortcutTypes()1650 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_PINNED), in testCachedShortcuts()1699 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_PINNED), in testCachedShortcuts()2641 /* activity =*/ null, ShortcutQuery.FLAG_MATCH_PINNED in testPinShortcutAndGetPinnedShortcuts_multi()2651 /* activity =*/ null, ShortcutQuery.FLAG_MATCH_PINNED in testPinShortcutAndGetPinnedShortcuts_multi()2655 /* activity =*/ null, ShortcutQuery.FLAG_MATCH_PINNED), getCallingUser())) in testPinShortcutAndGetPinnedShortcuts_multi()[all …]
2095 q.setQueryFlags(ShortcutQuery.FLAG_MATCH_DYNAMIC | ShortcutQuery.FLAG_MATCH_PINNED);
2562 final boolean matchPinned = (matchFlags & ShortcutManager.FLAG_MATCH_PINNED) != 0;3045 queryFlags |= (getPinnedByAnyLauncher ? ShortcutQuery.FLAG_MATCH_PINNED : 0);3061 final boolean matchPinned = (queryFlags & ShortcutQuery.FLAG_MATCH_PINNED) != 0;4971 | ShortcutManager.FLAG_MATCH_PINNED;
1771 final boolean matchPinned = (matchFlags & ShortcutManager.FLAG_MATCH_PINNED) != 0; in dumpShortcuts()
2375 final boolean matchPinned = (flags & ShortcutQuery.FLAG_MATCH_PINNED) != 0; in filterShortcutsByQuery()
755 | ShortcutQuery.FLAG_MATCH_PINNED | ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER in getShortcuts()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12571 field public static final int FLAG_MATCH_PINNED = 2; // 0x213634 field public static final int FLAG_MATCH_PINNED = 4; // 0x4