Searched refs:injectMyUserId (Results 1 – 2 of 2) sorted by relevance
623 new ParceledListSlice(shortcutInfoList), injectMyUserId()); in setDynamicShortcuts()641 return mService.getDynamicShortcuts(mContext.getPackageName(), injectMyUserId()) in getDynamicShortcuts()660 return mService.getManifestShortcuts(mContext.getPackageName(), injectMyUserId()) in getManifestShortcuts()683 new ParceledListSlice(shortcutInfoList), injectMyUserId()); in addDynamicShortcuts()697 injectMyUserId()); in removeDynamicShortcuts()710 mService.removeAllDynamicShortcuts(mContext.getPackageName(), injectMyUserId()); in removeAllDynamicShortcuts()728 return mService.getPinnedShortcuts(mContext.getPackageName(), injectMyUserId()) in getPinnedShortcuts()750 new ParceledListSlice(shortcutInfoList), injectMyUserId()); in updateShortcuts()768 injectMyUserId()); in disableShortcuts()781 injectMyUserId()); in disableShortcuts()[all …]
468 protected int injectMyUserId() { in injectMyUserId() method in BaseShortcutManagerTest.ShortcutManagerTestable