Home
last modified time | relevance | path

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

12345678910>>...21

/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java174 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onStart_appliesFilterType() local
190 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_callingPackageEqualToLaunchPackage_setsClassName() local
215 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_callingPackageNotEqualToLaunchPackage_doesNotSetClassName() local
239 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_bondedDevice_goesBack() local
256 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onDeviceClicked_unbondedDevice_doesNotNeedAuth_sendsPickedIntent() local
277 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_startsPairing() local
294 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning() local
315 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent() local
340 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_goesBack() local
361 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDestroy_noDeviceSelected_sendsNullPickedIntent() local
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java174 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onStart_appliesFilterType() local
190 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_callingPackageEqualToLaunchPackage_setsClassName() local
215 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_callingPackageNotEqualToLaunchPackage_doesNotSetClassName() local
239 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_bondedDevice_goesBack() local
256 Intent launchIntent = createLaunchIntent(/* needsAuth= */ false, in onDeviceClicked_unbondedDevice_doesNotNeedAuth_sendsPickedIntent() local
277 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_startsPairing() local
294 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning() local
315 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent() local
340 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDeviceBondStateChanged_selectedDeviceBonded_goesBack() local
361 Intent launchIntent = createLaunchIntent(/* needsAuth= */ true, in onDestroy_noDeviceSelected_sendsNullPickedIntent() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java241 ResolveInfo target, Intent launchIntent, UserInfo managedProfile) { in maybeShowUserConsentMiniResolver()
303 ResolveInfo target, Intent launchIntent, int targetUserId) { in maybeShowUserConsentMiniResolverPrivate()
335 private void buildMiniResolver(ResolveInfo target, Intent launchIntent, int targetUserId, in buildMiniResolver()
372 Intent launchIntent, in getAppIcon()
396 private int getOpenInWorkButtonString(Intent launchIntent) { in getOpenInWorkButtonString()
406 private String getOpenInWorkMessage(Intent launchIntent, CharSequence targetLabel) { in getOpenInWorkMessage()
423 private String getWorkTelephonyInfoSectionMessage(Intent launchIntent) { in getWorkTelephonyInfoSectionMessage()
/aosp_15_r20/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DWfcActivationActivityTest.java74 Intent launchIntent = in launchAppForActivate_isSkipWfcActivationTrue_notDoStartFlow() local
87 Intent launchIntent = in launchAppForActivate_isSkipWfcActivationFalse_doStartFlow() local
101 Intent launchIntent = in launchAppForUpdate_isSkipWfcActivationTrue_doStartFlow() local
114 Intent launchIntent = in launchAppForUpdate_isSkipWfcActivationFalse_doStartFlow() local
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DCustomShortcutConfigActivity.java40 Intent launchIntent = new Intent(this, BaseTestingActivity.class) in onCreate() local
50 Context context, String uniqueId, String name, int iconId, Intent launchIntent) { in createShortcutResultIntent()
58 Context context, String uniqueId, String name, int iconId, Intent launchIntent) { in createShortcutInfo()
/aosp_15_r20/frameworks/base/services/contextualsearch/java/com/android/server/contextualsearch/
H A DContextualSearchManagerService.java275 Intent launchIntent = new Intent( in getResolvedLaunchIntent() local
295 final Intent launchIntent = getResolvedLaunchIntent(userId); in getContextualSearchIntent() local
374 private int invokeContextualSearchIntent(Intent launchIntent, final int userId) { in invokeContextualSearchIntent()
465 Intent launchIntent = in startContextualSearch() local
/aosp_15_r20/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarDisplayCompatActivityInterceptorTest.java169 Intent launchIntent = (Intent) result.getInterceptResult().getIntent() in displayCompatActivity_returnsHost() local
192 Intent launchIntent = (Intent) result.getInterceptResult().getIntent() in displayCompatActivity_launchedFromDisplayCompatApp_returnsHost() local
220 Intent launchIntent = (Intent) result.getInterceptResult().getIntent() in displayCompatActivity_noPermission_returnsHost() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/spa/app/appinfo/
DTopBarAppLaunchButtonKt.java19 …ic final android.content.Intent launchIntent(com.android.settings.spa.app.appinfo.PackageInfoPrese… in launchIntent() method in TopBarAppLaunchButtonKt
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/contextualsearch/services.contextualsearch/android_common/javac/
Dservices.contextualsearch.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
H A DBstatsCpuTimesValidationTest.java648 final Intent launchIntent = new Intent() in startIsolatedService() local
665 final Intent launchIntent = new Intent() in startForegroundService() local
692 final Intent launchIntent = new Intent() in startService() local
718 final Intent launchIntent = new Intent() in startActivity() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/contextualsearch/services.contextualsearch/android_common/repackaged-jarjar/javac/
Dservices.contextualsearch.jarcom/android/server/contextualsearch/ContextualSearchManagerShellCommand.class ContextualSearchManagerShellCommand.java package com.android. ...
/aosp_15_r20/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
H A DActivityHelper.java200 public void launchIntent(String intentName) throws InterruptedException { in launchIntent() method in ActivityHelper
224 public void launchIntent(Intent intent) throws InterruptedException { in launchIntent() method in ActivityHelper
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java199 private int verifySimpleDialogLaunchIntent( in verifySimpleDialogLaunchIntent()
662 private int verifyP2pInvitationReceivedDialogLaunchIntent( in verifyP2pInvitationReceivedDialogLaunchIntent()
905 private int verifyP2pInvitationSentDialogLaunchIntent( in verifyP2pInvitationSentDialogLaunchIntent()
/aosp_15_r20/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterActivityLauncher.kt88 val launchIntent = in createIntent() constant
/aosp_15_r20/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
H A DAbstractRestrictBackgroundNetworkTestCase.java925 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_ACTIVTIY); in launchActivity() local
950 final Intent launchIntent = getIntentForComponent(type); in launchComponentAndAssertNetworkAccess() local
1025 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_ACTIVTIY); in startActivity() local
1030 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_FOREGROUND_SERVICE); in startForegroundService() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
H A DLaunchSequence.java174 public ConsecutiveLaunch(LaunchSequence previous, LaunchIntent launchIntent, in ConsecutiveLaunch()
222 public RootLaunch(LaunchIntent launchIntent) { in RootLaunch()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java571 final Intent launchIntent = shadowActivity.getNextStartedActivityForResult().intent; in bindPreference_withIntentActionMetadata_shouldSetLaunchAction() local
637 Intent launchIntent = Shadows.shadowOf(activity).getNextStartedActivityForResult().intent; in bindPreference_clickNotHighlightedPreference_shouldStartActivity() local
656 final ShadowActivity.IntentForResult launchIntent = in clickPreference_withUnresolvableIntent_shouldNotLaunchAnything() local
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.kt108 private fun launchIntent(intent: Intent?) { in launchIntent() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java148 final Intent launchIntent = new Intent(); in startActivityAsUser() local
222 Intent launchIntent = new Intent(intent); in startActivityAsUserByIntent() local
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.kt199 val launchIntent = Intent() in getLaunchPendingIntentTemplate() constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java127 default boolean onUnhandledDrag(@NonNull PendingIntent launchIntent, in onUnhandledDrag()
440 final PendingIntent launchIntent = DragUtils.getLaunchIntent(dragEvent); in onUnhandledDrop() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DTabHostTest.java115 final Intent launchIntent = new Intent(Intent.ACTION_MAIN); in testSetup1() local
149 final Intent launchIntent = new Intent(Intent.ACTION_MAIN); in testSetup2() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/
DCategoriesFragment.kt212 val launchIntent = Intent(Intent.ACTION_SET_WALLPAPER) in <lambda>() constant
/aosp_15_r20/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/
DAppCardServiceManager.kt69 val launchIntent = Intent() in bind() constant
/aosp_15_r20/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
H A DAppListRepository.kt184 val launchIntent = Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER) in getSystemPackageNames() constant

12345678910>>...21