/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcRootActivity.java | 35 final Intent launchIntent = intent.getParcelableExtra(EXTRA_LAUNCH_INTENT); in onCreate() local
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | ConfirmConnectActivity.java | 37 Intent launchIntent = getIntent(); in onCreate() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | GoogleSearch.java | 150 private void launchIntent(Intent intent) { in launchIntent() method in GoogleSearch
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | ThirdPartyWallpaperPickerListAdapter.java | 56 Intent launchIntent = new Intent(Intent.ACTION_SET_WALLPAPER); in onClick() local
|
D | LiveWallpaperListAdapter.java | 173 Intent launchIntent = new Intent(WallpaperService.SERVICE_INTERFACE); in doInBackground() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | InstallShortcutReceiver.java | 123 Intent launchIntent = Intent.parseUri(object.getString(LAUNCH_INTENT_KEY), 0); in getAndClearInstallQueue() local 161 Intent launchIntent; field in InstallShortcutReceiver.PendingInstallShortcutInfo
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetProvider.java | 188 Intent launchIntent = new Intent(); in getLaunchPendingIntentTemplate() local
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | LauncherAppsCompatV16.java | 83 Intent launchIntent = new Intent(Intent.ACTION_MAIN); in startActivityForProfile() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InstallShortcutReceiver.java | 261 final Intent launchIntent; field in InstallShortcutReceiver.PendingInstallShortcutInfo
|
D | Utilities.java | 737 public static boolean isLauncherAppTarget(Intent launchIntent) { in isLauncherAppTarget()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchActivity.java | 392 protected void launchIntent(Intent intent) { in launchIntent() method in SearchActivity
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | SettingsAppWidgetProvider.java | 790 Intent launchIntent = new Intent(); in getLaunchPendingIntent() local
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ManageApplications.java | 1290 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in setListening() local
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | Utils.java | 1300 Intent launchIntent = new Intent(context, AllInOneActivity.class); in returnToCalendarHome() local
|