Home
last modified time | relevance | path

Searched defs:launchIntent (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcRootActivity.java35 final Intent launchIntent = intent.getParcelableExtra(EXTRA_LAUNCH_INTENT); in onCreate() local
/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java37 Intent launchIntent = getIntent(); in onCreate() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.java150 private void launchIntent(Intent intent) { in launchIntent() method in GoogleSearch
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DThirdPartyWallpaperPickerListAdapter.java56 Intent launchIntent = new Intent(Intent.ACTION_SET_WALLPAPER); in onClick() local
DLiveWallpaperListAdapter.java173 Intent launchIntent = new Intent(WallpaperService.SERVICE_INTERFACE); in doInBackground() local
/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java123 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/
DCalendarAppWidgetProvider.java188 Intent launchIntent = new Intent(); in getLaunchPendingIntentTemplate() local
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompatV16.java83 Intent launchIntent = new Intent(Intent.ACTION_MAIN); in startActivityForProfile() local
/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java261 final Intent launchIntent; field in InstallShortcutReceiver.PendingInstallShortcutInfo
DUtilities.java737 public static boolean isLauncherAppTarget(Intent launchIntent) { in isLauncherAppTarget()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchActivity.java392 protected void launchIntent(Intent intent) { in launchIntent() method in SearchActivity
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java790 Intent launchIntent = new Intent(); in getLaunchPendingIntent() local
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java1290 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null) in setListening() local
/packages/apps/Calendar/src/com/android/calendar/
DUtils.java1300 Intent launchIntent = new Intent(context, AllInOneActivity.class); in returnToCalendarHome() local