Searched refs:mLaunchIntent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | InstallSuccess.java | 49 private Intent mLaunchIntent; field in InstallSuccess 73 mLaunchIntent = getPackageManager().getLaunchIntentForPackage(mAppPackageName); in onCreate() 113 if (mLaunchIntent != null) { in bindUi() 114 List<ResolveInfo> list = getPackageManager().queryIntentActivities(mLaunchIntent, in bindUi() 120 visible = visible && isLauncherActivityEnabled(mLaunchIntent); in bindUi() 126 startActivity(mLaunchIntent.addFlags( in bindUi()
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
D | MemoryUsageTest.java | 310 private Intent mLaunchIntent; field in MemoryUsageTest.AppLaunchRunnable 313 mLaunchIntent = intent; in AppLaunchRunnable() 318 AtomicReference<String> mimeType = new AtomicReference<>(mLaunchIntent.getType()); in run() 319 if (mimeType.get() == null && mLaunchIntent.getData() != null in run() 320 && "content".equals(mLaunchIntent.getData().getScheme())) { in run() 321 mAm.getMimeTypeFilterAsync(mLaunchIntent.getData(), UserHandle.USER_CURRENT, in run() 329 getInstrumentation().getContext().getAttributionTag(), mLaunchIntent, in run() 330 mimeType.get(), 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 | 202 private PendingIntent mLaunchIntent; field in MediaSessionRecord 738 pw.println(indent + "launchIntent=" + mLaunchIntent); in dump() 1296 mLaunchIntent = pi; 1857 return mLaunchIntent;
|