Searched refs:getFutureOrThrow (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutManager.java | 148 return ((boolean) getFutureOrThrow(mService.setDynamicShortcuts( in setDynamicShortcuts() 169 return getFutureOrThrow(mService.getShortcuts(mContext.getPackageName(), in getDynamicShortcuts() 189 return getFutureOrThrow(mService.getShortcuts(mContext.getPackageName(), in getManifestShortcuts() 218 return getFutureOrThrow(mService.getShortcuts(mContext.getPackageName(), matchFlags, in getShortcuts() 241 return (boolean) getFutureOrThrow(mService.addDynamicShortcuts( in addDynamicShortcuts() 256 getFutureOrThrow(mService.removeDynamicShortcuts(mContext.getPackageName(), shortcutIds, in removeDynamicShortcuts() 270 getFutureOrThrow(mService.removeAllDynamicShortcuts(mContext.getPackageName(), in removeAllDynamicShortcuts() 284 getFutureOrThrow(mService.removeLongLivedShortcuts(mContext.getPackageName(), in removeLongLivedShortcuts() 304 return getFutureOrThrow(mService.getShortcuts(mContext.getPackageName(), in getPinnedShortcuts() 326 return (boolean) getFutureOrThrow(mService.updateShortcuts(mContext.getPackageName(), in updateShortcuts() [all …]
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 4873 HSPLandroid/content/pm/ShortcutManager;->getFutureOrThrow(Lcom/android/internal/infra/AndroidFuture…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4871 HSPLandroid/content/pm/ShortcutManager;->getFutureOrThrow(Lcom/android/internal/infra/AndroidFuture…
|