Home
last modified time | relevance | path

Searched refs:mLaunchIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DBeamShareActivity.java58 Intent mLaunchIntent; field in BeamShareActivity
66 mLaunchIntent = getIntent(); in onCreate()
74 parseShareIntentAndFinish(mLaunchIntent); in onCreate()
101 parseShareIntentAndFinish(mLaunchIntent); in showNfcDialogAndExit()
240 parseShareIntentAndFinish(mLaunchIntent);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DInstallAppProgress.java81 private Intent mLaunchIntent; field in InstallAppProgress
111 mLaunchIntent = getPackageManager().getLaunchIntentForPackage(
114 if(mLaunchIntent != null) {
116 queryIntentActivities(mLaunchIntent, 0);
380 startActivity(mLaunchIntent);