Home
last modified time | relevance | path

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

/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java105 Intent intent = getLaunchIntentForPackage(packageName); in testAppStability()
168 private Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() method in AppCompatibility
176 intent = mPackageManager.getLaunchIntentForPackage(packageName); in getLaunchIntentForPackage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationBarController.java259 count += pm.getLaunchIntentForPackage(packages[i]) != null ? 1 : 0; in facetHasMultiplePackages()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java105 public Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() method in BridgePackageManager
/frameworks/base/test-runner/src/android/test/mock/
DMockPackageManager.java101 public Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() method in MockPackageManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1533 context.startActivity(context.getPackageManager().getLaunchIntentForPackage( in onReceive()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java2927 public abstract @Nullable Intent getLaunchIntentForPackage(@NonNull String packageName); in getLaunchIntentForPackage() method in PackageManager
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java190 public Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() method in ApplicationPackageManager
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2856 Intent appIntent = getContext().getPackageManager().getLaunchIntentForPackage(pkg); in createAutoGroupSummary()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8721 method public abstract android.content.Intent getLaunchIntentForPackage(java.lang.String);
29363 method public android.content.Intent getLaunchIntentForPackage(java.lang.String);
/frameworks/base/api/
Dcurrent.txt10584 method public abstract android.content.Intent getLaunchIntentForPackage(java.lang.String);
40788 method public android.content.Intent getLaunchIntentForPackage(java.lang.String);
Dsystem-current.txt11272 method public abstract android.content.Intent getLaunchIntentForPackage(java.lang.String);
44316 method public android.content.Intent getLaunchIntentForPackage(java.lang.String);