Home
last modified time | relevance | path

Searched refs:createShortcutResultIntent (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest10.java63 Intent intent = mManager.createShortcutResultIntent(s1); in testCreateShortcutResult_validResult()
86 Intent intent = mManager.createShortcutResultIntent(s1); in testCreateShortcutResult_alreadyPinned()
110 Intent intent = mManager.createShortcutResultIntent(s1); in testCreateShortcutResult_alreadyPinnedByAnother()
126 Intent intent = mManager.createShortcutResultIntent(s1); in testCreateShortcutResult_defaultLauncherChanges()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/shortcut/
H A DCreateNoteTaskShortcutActivity.kt50 val shortcutIntent = shortcutManager.createShortcutResultIntent(shortcutInfo)
/aosp14/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl44 void createShortcutResultIntent(String packageName, in ShortcutInfo shortcut, int userId, in createShortcutResultIntent() method
H A DShortcutManager.java628 public Intent createShortcutResultIntent(@NonNull ShortcutInfo shortcut) { in createShortcutResultIntent() method in ShortcutManager
631 mService.createShortcutResultIntent(mContext.getPackageName(), in createShortcutResultIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java276 public Intent createShortcutResultIntent(@NonNull ShortcutInfo inShortcut, int userId) { in createShortcutResultIntent() method in ShortcutRequestPinProcessor
H A DShortcutService.java2303 public void createShortcutResultIntent(String packageName, ShortcutInfo shortcut, int userId,
2313 intent = mShortcutRequestPinProcessor.createShortcutResultIntent(shortcut, userId);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt12088 Landroid/content/pm/IShortcutService$Stub$Proxy;->createShortcutResultIntent(Ljava/lang/String;Land…
12136 Landroid/content/pm/IShortcutService;->createShortcutResultIntent(Ljava/lang/String;Landroid/conten…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13129 …method @WorkerThread public android.content.Intent createShortcutResultIntent(@NonNull android.con…