Home
last modified time | relevance | path

Searched defs:pendingIntent (Results 1 – 25 of 1255) sorted by relevance

12345678910>>...51

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPendingIntentTest.java52 PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 99, intent, 0); in getBroadcast_shouldCreateIntentForBroadcast() local
71 PendingIntent pendingIntent = PendingIntent.getActivity(context, 99, intent, 0, bundle); in getActivity_withBundle_shouldCreateIntentForBroadcast() local
89 PendingIntent pendingIntent = PendingIntent.getActivities(context, 99, intents, 0); in getActivities_shouldCreateIntentForBroadcast() local
107 PendingIntent pendingIntent = PendingIntent.getActivities(context, 99, intents, 0, bundle); in getActivities_withBundle_shouldCreateIntentForBroadcast() local
124 PendingIntent pendingIntent = PendingIntent.getService(context, 99, intent, 0); in getService_shouldCreateIntentForBroadcast() local
141 PendingIntent pendingIntent = PendingIntent.getForegroundService(context, 99, intent, 0); in getForegroundService_shouldCreateIntentForBroadcast() local
178 PendingIntent pendingIntent = PendingIntent.getActivity(context, 99, intent, 0); in send_shouldFillInIntentData() local
194 PendingIntent pendingIntent = PendingIntent.getActivity(context, 99, intent, 0); in send_shouldNotReusePreviouslyFilledInIntentData() local
217 PendingIntent pendingIntent = PendingIntent.getActivities(context, 99, intents, 0); in send_shouldFillInLastIntentData() local
241 PendingIntent pendingIntent = PendingIntent.getActivities(context, 99, intents, FLAG_IMMUTABLE); in send_shouldFillInIntentData_immutable() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
H A DLegacyActivityStarterInternalImplTest.kt196 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentDismissingKeyguard_keyguardShowing_dismissWithAction() constant
210 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentDismissingKeyguard_withCustomMessage_dismissWithAction() constant
229 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentMaybeDismissingKeyguard_keyguardShowing_showOverLs_launchAnimator() constant
261 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentDismissingKeyguard_fillInIntentAndExtraOptions_sendAndReturnResult() constant
309 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentDismissingKeyguard_associatedView_getAnimatorController() constant
332 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentDismissingKeyguard_transitionAnimator_animateOverOcclusion() constant
366 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentDismissingKeyguard_transitionAnimator_doNotAnimateOverOcclusion() constant
399 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentDismissingKeyguard_transitionAnimator_animateCommunal() constant
445 val pendingIntent = mock(PendingIntent::class.java) in startPendingIntentDismissingKeyguard_transitionAnimator_doNotAnimateCommunal() constant
/aosp_15_r20/packages/modules/Permission/SafetyCenter/PendingIntents/java/com/android/safetycenter/pendingintents/
DPendingIntentSender.java48 public static void send(PendingIntent pendingIntent) throws PendingIntent.CanceledException { in send()
54 public static void send(PendingIntent pendingIntent, @Nullable Integer launchTaskId) in send()
59 private static void send(PendingIntent pendingIntent, @Nullable ActivityOptions activityOptions) in send()
79 public static boolean trySend(PendingIntent pendingIntent) { in trySend()
89 public static boolean trySend(PendingIntent pendingIntent, @Nullable Integer launchTaskId) { in trySend()
94 PendingIntent pendingIntent, @Nullable ActivityOptions activityOptions) { in trySend()
112 PendingIntent pendingIntent, @Nullable Integer launchTaskId) { in createActivityOptions()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/SafetyCenter/PendingIntents/safety-center-pending-intents/android_common_apex30/javac/
Dsafety-center-pending-intents.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/actions/
H A DQSTileIntentUserInputHandlerTest.kt82 val pendingIntent = mock<PendingIntent> { whenever(isActivity).thenReturn(true) } in testPassesActivityPendingIntentToStarterAsPendingIntent() constant
91 val pendingIntent = mock<PendingIntent> { whenever(isActivity).thenReturn(true) } in testPassesActivityPendingIntentToStarterAsPendingIntentWhenNotRequestingActivityStart() constant
100 val pendingIntent = in testPassNonActivityPendingIntentAndRequestStartingActivity_findsIntentAndStarts() constant
128 val pendingIntent = mock<PendingIntent> { whenever(isActivity).thenReturn(false) } in testPassNonActivityPendingIntentAndDoNotRequestStartingActivity_doesNotStartActivity() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java45 PendingIntent pendingIntent = in needReinflate_differentLength() local
59 PendingIntent pendingIntent = in needReinflate_differentLabels() local
76 PendingIntent pendingIntent = in needReinflate_differentIcons() local
118 PendingIntent pendingIntent = in needReinflate_differentChoices() local
145 PendingIntent pendingIntent = in needReinflate_differentRemoteInputLabel() local
172 PendingIntent pendingIntent = in needReinflate_negative() local
236 String title, int drawableRes, PendingIntent pendingIntent) { in createActionBuilder()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitScreenControllerTests.java201 PendingIntent pendingIntent = in testStartIntent_appendsNoUserActionFlag() local
218 PendingIntent pendingIntent = in startIntent_multiInstancesSupported_appendsMultipleTaskFag() local
239 PendingIntent pendingIntent = in startIntent_multiInstancesNotSupported_startTaskInBackgroundBeforeSplitActivated() local
264 PendingIntent pendingIntent = in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated() local
288 PendingIntent pendingIntent = in startIntent_multiInstancesNotSupported_switchesPositionAfterSplitActivated() local
307 PendingIntent pendingIntent = in startIntent_forceLaunchNewTaskTrue_skipsBackgroundTasks() local
318 PendingIntent pendingIntent = in startIntent_forceLaunchNewTaskFalse_checksBackgroundTasks() local
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DWorkPolicyInfoTest.kt142 val pendingIntent = in safetyCenterEnabledChanged_safetyCenterEnabled() constant
211 val pendingIntent = in rescanAndPushSafetyCenterData_eventRebooted_deviceOwner() constant
253 val pendingIntent = in rescanAndPushSafetyCenterData_eventRefresh_deviceOwner() constant
289 val pendingIntent = in rescanAndPushSafetyCenterData_eventUnknown_profileOwner() constant
/aosp_15_r20/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/
H A DActivityManagementTest.java172 PendingIntent pendingIntent = PendingIntent.getActivities( in launchPendingIntent_multipleActivities_shouldLaunchOnSameDisplay() local
196 PendingIntent pendingIntent = PendingIntent.getActivity( in launchPendingIntent_activityIntent_shouldLaunchActivity() local
214 PendingIntent pendingIntent = PendingIntent.getActivity( in launchPendingIntent_serviceIntentTrampolineActivity_shouldLaunchActivity() local
230 PendingIntent pendingIntent = PendingIntent.getService( in launchPendingIntent_serviceIntentNoTrampoline_shouldBeNoOp() local
242 PendingIntent pendingIntent = PendingIntent.getActivity( in launchPendingIntent_nullArguments_shouldThrow() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java500 PendingIntent pendingIntent = in createNonActiveWalletCard() local
509 PendingIntent pendingIntent = in createLockedWalletCard() local
518 PendingIntent pendingIntent = in createWalletCard() local
527 PendingIntent pendingIntent = in createWalletCardWithType() local
536 PendingIntent pendingIntent = in createWalletCardWithInvalidIcon() local
546 PendingIntent pendingIntent = in createCrazyWalletCard() local
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/exportimport/
DExportImportNotificationFactoryTest.java109 PendingIntent pendingIntent = action.actionIntent; in importCompletesSuccessfully_notificationDisplayedCorrectly() local
134 PendingIntent pendingIntent = action.actionIntent; in importCompletesUnsuccessfully_invalidFile_notificationDisplayedCorrectly() local
159 PendingIntent pendingIntent = action.actionIntent; in importCompletesUnsuccessfully_versionMismatch_notificationDisplayedCorrectly() local
184 PendingIntent pendingIntent = action.actionIntent; in importCompletesUnsuccessfully_unknownError_notificationDisplayedCorrectly() local
211 PendingIntent pendingIntent = action.actionIntent; in exportCompletesUnsuccessfully_unknownError_notificationDisplayedCorrectly() local
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
DPreferenceSliceBuilder.java466 public RowBuilder setPendingIntent(@NonNull Parcelable pendingIntent) { in setPendingIntent()
480 public RowBuilder setFollowupPendingIntent(@NonNull Parcelable pendingIntent) { in setFollowupPendingIntent()
629 public RowBuilder addRadioButton(Parcelable pendingIntent, boolean isChecked) { in addRadioButton()
643 Parcelable pendingIntent, boolean isChecked, CharSequence radioGroup) { in addRadioButton()
655 public RowBuilder addCheckMark(Parcelable pendingIntent, boolean isChecked) { in addCheckMark()
667 public RowBuilder addSwitch(Parcelable pendingIntent, boolean isChecked) { in addSwitch()
674 Parcelable pendingIntent, boolean isChecked, @BUTTONSTYLE int style) { in addButton()
691 Parcelable pendingIntent, @NonNull CharSequence actionTitle, boolean isChecked) { in addSwitch()
700 Parcelable pendingIntent, int min, int max, int value) { in addSeekBar()
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/app/
H A DPendingIntentPerfTest.java64 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent, in create() local
86 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent, in createWithCancelFlag() local
108 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent, in createWithUpdateFlag() local
126 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, in cancel() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/
DActionClickLogger.java28 android.app.PendingIntent pendingIntent) { in logInitialClick()
38 android.app.PendingIntent pendingIntent, @org.jetbrains.annotations.Nullable() in logStartingIntentWithDefaultHandler()
42 public final void logWaitingToCloseKeyguard(@org.jetbrains.annotations.NotNull() in logWaitingToCloseKeyguard()
47 public final void logKeyguardGone(@org.jetbrains.annotations.NotNull() in logKeyguardGone()
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java199 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initCustomNotification() local
319 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initImportanceHighBotton() local
386 PendingIntent pendingIntent = PendingIntent.getActivity( in getAction() local
1009 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initCallButton() local
1086 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initButtonWithCustomActionIcon() local
1119 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initSelfRemovingNotification() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java119 int userId, @Nullable PendingIntent pendingIntent, String sessionPackageName) { in create()
142 private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, in MediaButtonReceiverHolder()
151 private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, String packageName) { in MediaButtonReceiverHolder()
283 private static int getComponentType(PendingIntent pendingIntent) { in getComponentType()
327 private static ComponentName getComponentName(PendingIntent pendingIntent, int componentType) { in getComponentName()
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/
H A DDeviceSettingPendingIntentAction.java33 DeviceSettingPendingIntentAction(@NonNull PendingIntent pendingIntent, @NonNull Bundle extras) { in DeviceSettingPendingIntentAction()
40 private static void validate(PendingIntent pendingIntent) { in validate()
49 PendingIntent pendingIntent = in.readParcelable(PendingIntent.class.getClassLoader()); in readFromParcel() local
94 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent()
/aosp_15_r20/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
H A DForceCancelConfirmationTest.kt67 val pendingIntent = cdm.buildAssociationCancellationIntent() in test_cancel_confirmation() constant
90 val pendingIntent = cdm.buildAssociationCancellationIntent() in test_cancel_confirmation_not_exist() constant
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricNotificationUtils.java89 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showReEnrollmentNotification() local
116 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showFaceEnrollNotification() local
143 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showFingerprintEnrollNotification() local
216 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showBadCalibrationNotification() local
332 String content, PendingIntent pendingIntent, String category, String channelName, in showNotificationHelper()
340 String content, PendingIntent pendingIntent, Notification.Action positiveAction, in showNotificationHelper()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBluetoothLeScanner.java47 public abstract PendingIntent pendingIntent(); in pendingIntent() method in ShadowBluetoothLeScanner.ScanParams
61 List<ScanFilter> filters, ScanSettings settings, PendingIntent pendingIntent) { in create()
96 List<ScanFilter> filters, ScanSettings settings, PendingIntent pendingIntent) { in startScan()
113 protected void stopScan(PendingIntent pendingIntent) { in stopScan()
/aosp_15_r20/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
H A DSharedConnectivitySettingsState.java71 public Builder setInstantTetherSettingsPendingIntent(@NonNull PendingIntent pendingIntent) { in setInstantTetherSettingsPendingIntent()
100 private static void validate(PendingIntent pendingIntent) { in validate()
107 PendingIntent pendingIntent, @NonNull Bundle extras) { in SharedConnectivitySettingsState()
176 PendingIntent pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(in); in readFromParcel() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/
H A DContextHubClientBrokerTest.java85 private ContextHubClientBroker createFromPendingIntent(PendingIntent pendingIntent) { in createFromPendingIntent()
150 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(), 0); in testWakeLock_pendingIntent() local
180 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(), 0); in testWakeLock_pendingIntent_multipleTimes() local
212 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(), 0); in testWakeLock_pendingIntent_binderDied() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java214 PendingIntent pendingIntent = getPendingIntentForAction(action); in updatePendingIntentCancellations() local
236 @Nullable PendingIntent pendingIntent) { in updatePendingIntentCancellationListener()
375 PendingIntent pendingIntent = getPendingIntentForAction(action); in disableActionViewWithIntent() local
414 private static int getHashCodeForPendingIntent(PendingIntent pendingIntent) { in getHashCodeForPendingIntent()
451 ActionPendingIntentCancellationHandler(PendingIntent pendingIntent, View actionView, in ActionPendingIntentCancellationHandler()
/aosp_15_r20/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
H A DTestServiceClient.java84 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntent()
89 public void sendPendingIntent(PendingIntent pendingIntent) throws RemoteException { in sendPendingIntent()
97 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntentWithActivity()
106 public void sendPendingIntentWithActivityForResult(PendingIntent pendingIntent, in sendPendingIntentWithActivityForResult()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java402 PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo) { in activateRemoteInput()
422 PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo, in activateRemoteInput()
518 PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo, in activateRemoteInputOnExpanded()
582 private boolean showBouncerForRemoteInput(View view, PendingIntent pendingIntent, in showBouncerForRemoteInput()
787 boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent); in shouldHandleRemoteInput()
800 boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()

12345678910>>...51