Home
last modified time | relevance | path

Searched defs:activityIntent (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricUtils.java170 @NonNull Intent activityIntent) { in getChooseLockIntent()
194 @NonNull Intent activityIntent) { in getFingerprintFindSensorIntent()
210 @NonNull Intent activityIntent) { in getFingerprintIntroIntent()
226 @NonNull Intent activityIntent) { in getFaceIntroIntent()
239 @NonNull Intent activityIntent) { in getHandoffToParentIntent()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DControlledCarTaskViewConfig.java31 Intent activityIntent, in ControlledCarTaskViewConfig()
62 public Builder setActivityIntent(Intent activityIntent) { in setActivityIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileDetailsFragment.java67 Intent activityIntent = requireActivity().getIntent(); in onAttach() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DRetryLaunchActivity.java90 Intent activityIntent = getIntent().getParcelableExtra(EXTRA_INTENT_TO_LAUNCH); in onCreate() local
DRetryLaunchViewModel.java55 Intent activityIntent, in RetryLaunchViewModel()
232 Intent activityIntent, in RetryLaunchViewModelFactory()
/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallActionReceiver.java73 Intent activityIntent = InCallActivity.getIntent(context, false, false, false); in returnToCall() local
DInCallPresenter.java1727 final Intent activityIntent = in maybeStartRevealAnimation() local
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java82 final PendingIntent activityIntent = PendingIntent.getActivity(context, 0, in sendDirectReplyNotification() local
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DTaskViewManagerTest.java231 Intent activityIntent = new Intent(); in testCreateControlledTaskView() local
257 Intent activityIntent = new Intent(); in testCreateControlledTaskView_initializesInterceptor_whenCapturingEvents() local
281 Intent activityIntent = new Intent("ACTION_VIEW"); in testCreateControlledTaskView_callsOnReadyWhenVisible() local
631 private void setUpControlledTaskView(TaskViewManager taskViewManager, Intent activityIntent, in setUpControlledTaskView()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailProviderListPreference.java90 private void initVoicemailProviders(Intent activityIntent) { in initVoicemailProviders()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockTypeDialogFragment.java70 Intent activityIntent = activity.getIntent(); in startChooseLockActivity() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java250 Intent activityIntent = new Intent(Intent.ACTION_VIEW); in openReceivedFile() local