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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java139 public class ShortcutService extends IShortcutService.Stub { class in inherits:IShortcutService.Stub
140 static final String TAG = "ShortcutService";
389 public ShortcutService(Context context) { method in class:ShortcutService
394 ShortcutService(Context context, Looper looper, boolean onlyForPackageManagerApis) { method in class:ShortcutService
517 final ShortcutService mService;
521 mService = new ShortcutService(context);
1369 Slog.wtf(ShortcutService.TAG, "Unable to write bitmap to file", e);
2503 return ShortcutService.this.hasShortcutHostPermission(callingPackage, launcherUserId);
3569 ShortcutService.this.handleCleanupUser(mUserId);
3580 ShortcutService
[all...]

Completed in 144 milliseconds