Searched defs:ShortcutService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java146 public class ShortcutService extends IShortcutService.Stub { class in inherits:IShortcutService.Stub
147 static final String TAG = "ShortcutService";
416 public ShortcutService(Context context) { method in class:ShortcutService
421 ShortcutService(Context context, Looper looper, boolean onlyForPackageManagerApis) { method in class:ShortcutService
551 final ShortcutService mService;
555 mService = new ShortcutService(context);
2626 return ShortcutService.this.hasShortcutHostPermission(callingPackage, launcherUserId);
2639 return ShortcutService.this.isRequestPinItemSupported(callingUserId, requestType);
3857 ShortcutService.this.handleStopUser(mUserId);
3868 ShortcutService
[all...]

Completed in 61 milliseconds