Home
last modified time | relevance | path

Searched refs:getLaunchIntentForPackage (Results 1 – 25 of 25) sorted by relevance

/aosp14/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java145 Intent intent = getLaunchIntentForPackage(packageName); in testAppStability()
246 private Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() method in AppCompatibility
253 intent = mPackageManager.getLaunchIntentForPackage(packageName); in getLaunchIntentForPackage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/recommendation/
H A DSmartspaceMediaData.kt73 packageManager.getLaunchIntentForPackage(packageName)?.let {
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java234 Intent intent = mContext.getPackageManager().getLaunchIntentForPackage(mInstalledPackage); in getInstalledAppLaunchIntent()
256 Intent intent = mContext.getPackageManager().getLaunchIntentForPackage(mInstallerPackage); in getInstallerEntranceIntent()
H A DInstallSuccess.java69 mLaunchIntent = getPackageManager().getLaunchIntentForPackage(mAppPackageName); in onCreate()
/aosp14/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DAlwaysOnDisconnectedDialog.java86 final Intent intent = pm.getLaunchIntentForPackage(mVpnPackage); in onClick()
/aosp14/frameworks/base/startop/apps/test/src/
H A DSystemServerBenchmarks.java112 pm.getLaunchIntentForPackage(packageName); in initializeBenchmarks()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java276 return packageManager.getLaunchIntentForPackage(appInfo.packageName) != null; in showApplicationIcon()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/
H A DResumeMediaBrowser.java317 Intent launchIntent = pm.getLaunchIntentForPackage(mComponentName.getPackageName()); in getAppIntent()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java346 Intent launchIntent = pm.getLaunchIntentForPackage(mContext.getPackageName()); in getCallingApplicationLabel()
H A DPackageManager.java5448 public abstract @Nullable Intent getLaunchIntentForPackage(@NonNull String packageName); in getLaunchIntentForPackage() method in PackageManager
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/testutils/
H A DPackageManagerStub.java81 public Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() method in PackageManagerStub
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockPackageManager.java102 public Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() method in MockPackageManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/app/
H A DMockPackageManager.java99 public Intent getLaunchIntentForPackage(@NonNull String packageName) { in getLaunchIntentForPackage() method in MockPackageManager
/aosp14/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java1391 .getLaunchIntentForPackage(packageName).getComponent().flattenToShortString(); in startApp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java397 return mContext.getPackageManager().getLaunchIntentForPackage(mPackageName); in getAppLaunchIntent()
/aosp14/frameworks/base/test-mock/api/
H A Dcurrent.txt235 method @Deprecated public android.content.Intent getLaunchIntentForPackage(String);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java343 doReturn(intent).when(mPackageManager).getLaunchIntentForPackage(TEST_PACKAGE_NAME); in tryToLaunchMediaApplication_intentNotNull_startActivity()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
H A DGameServiceProviderInstanceImplTest.java1075 when(mMockPackageManager.getLaunchIntentForPackage(GAME_A_PACKAGE)) in restartGame_taskIdAssociatedWithGame_restartsTargetGame()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt1504 context.packageManager.getLaunchIntentForPackage(data.packageName)?.let {
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java280 public Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() method in ApplicationPackageManager
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6131 Intent appIntent = getContext().getPackageManager().getLaunchIntentForPackage(pkg);
/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/
H A Dboot-image-profile.txt1288 HSPLandroid/app/ApplicationPackageManager;->getLaunchIntentForPackage(Ljava/lang/String;)Landroid/c…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1288 HSPLandroid/app/ApplicationPackageManager;->getLaunchIntentForPackage(Ljava/lang/String;)Landroid/c…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt12506 …method @Nullable public abstract android.content.Intent getLaunchIntentForPackage(@NonNull String);