Searched refs:mLaunchIntent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | InstallSuccess.java | 51 private Intent mLaunchIntent; field in InstallSuccess 81 mLaunchIntent = getPackageManager().getLaunchIntentForPackage(mAppPackageName); in onCreate() 114 if (mLaunchIntent != null) { in bindUi() 115 List<ResolveInfo> list = getPackageManager().queryIntentActivities(mLaunchIntent, in bindUi() 126 startActivity(mLaunchIntent); in bindUi()
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
D | MemoryUsageTest.java | 308 private Intent mLaunchIntent; field in MemoryUsageTest.AppLaunchRunnable 311 mLaunchIntent = intent; in AppLaunchRunnable() 316 String mimeType = mLaunchIntent.getType(); in run() 317 if (mimeType == null && mLaunchIntent.getData() != null in run() 318 && "content".equals(mLaunchIntent.getData().getScheme())) { in run() 319 mimeType = mAm.getProviderMimeType(mLaunchIntent.getData(), in run() 325 getInstrumentation().getContext().getAttributionTag(), mLaunchIntent, in run() 326 mimeType, null, null, 0, mLaunchIntent.getFlags(), null, null, in run()
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 1256 private Intent mLaunchIntent; field in AppLaunch.AppLaunchRunnable 1261 mLaunchIntent = intent; in AppLaunchRunnable() 1273 String packageName = mLaunchIntent.getComponent().getPackageName(); in run() 1274 String componentName = mLaunchIntent.getComponent().flattenToShortString(); in run()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 153 private PendingIntent mLaunchIntent; field in MediaSessionRecord 532 pw.println(indent + "launchIntent=" + mLaunchIntent); in dump() 1025 mLaunchIntent = pi; in setLaunchPendingIntent() 1581 return mLaunchIntent;
|