Home
last modified time | relevance | path

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

123456

/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()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationFactory.java170 PendingIntent pendingIntent = getHealthHomeSettingsPendingIntent(); in getMigrationInProgressNotification() local
188 PendingIntent pendingIntent = getSystemUpdatePendingIntent(); in getModuleUpdateNeededNotification() local
209 PendingIntent pendingIntent = getAppStorePendingIntent(); in getAppUpdateNeededNotification() local
230 PendingIntent pendingIntent = getSystemStoragePendingIntent(); in getMoreSpaceNeededNotification() local
270 PendingIntent pendingIntent = getHealthHomeSettingsPendingIntent(); in getResumeMigrationNotification() local
291 PendingIntent pendingIntent = getHealthHomeSettingsPendingIntent(); in getMigrationCancelledNotification() local
309 PendingIntent pendingIntent = getHealthHomeSettingsPendingIntent(); in getMigrationCompleteNotification() local
326 PendingIntent pendingIntent = getMigrationInfoPendingIntent(); in getMigrationPausedNotification() local
/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
/packages/modules/StatsD/aidl/android/os/
DIStatsManagerService.aidl37 void setDataFetchOperation(long configId, in PendingIntent pendingIntent, in setDataFetchOperation()
55 long[] setActiveConfigsChangedOperation(in PendingIntent pendingIntent, in String packageName); in setActiveConfigsChangedOperation()
79 void setBroadcastSubscriber(long configKey, long subscriberId, in PendingIntent pendingIntent, in setBroadcastSubscriber()
154 long[] setRestrictedMetricsChangedOperation(in PendingIntent pendingIntent, in long configKey, in setRestrictedMetricsChangedOperation()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java258 PendingIntent pendingIntent = in getGaV2ConsentNotification() local
303 PendingIntent pendingIntent = in getConsentNotification() local
342 PendingIntent pendingIntent = in getU18ConsentNotification() local
370 PendingIntent pendingIntent = in getPasConsentNotification() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java194 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initImportanceHighBotton() local
261 PendingIntent pendingIntent = PendingIntent.getActivity( in getAction() local
884 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initCallButton() local
961 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initButtonWithCustomActionIcon() local
994 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initSelfRemovingNotification() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DPeriodicJobManager.java74 final PendingIntent pendingIntent = getPendingIntent(); in refreshJob() local
90 private void cancelJob(PendingIntent pendingIntent) { in cancelJob()
/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DBootNotificationCreator.java101 PendingIntent pendingIntent = in onPropertiesChanged() local
165 PendingIntent pendingIntent = in onReceive() local
192 PendingIntent pendingIntent = in tryAgainIn24Hours() local
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
DPreferenceSliceBuilder.java460 public RowBuilder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent()
472 public RowBuilder setFollowupPendingIntent(@NonNull PendingIntent pendingIntent) { in setFollowupPendingIntent()
614 PendingIntent pendingIntent, boolean isChecked) { in addRadioButton()
625 PendingIntent pendingIntent, boolean isChecked, CharSequence radioGroup) { in addRadioButton()
635 PendingIntent pendingIntent, boolean isChecked) { in addCheckMark()
645 PendingIntent pendingIntent, boolean isChecked) { in addSwitch()
650 PendingIntent pendingIntent, boolean isChecked, @BUTTONSTYLE int style) { in addButton()
665 PendingIntent pendingIntent, @NonNull CharSequence actionTitle, boolean isChecked) { in addSwitch()
672 PendingIntent pendingIntent, int min, int max, int value) { in addSeekBar()
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterStaticEntry.java72 @Nullable PendingIntent pendingIntent) { in SafetyCenterStaticEntry()
182 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent()
DSafetyCenterEntry.java170 @Nullable PendingIntent pendingIntent, in SafetyCenterEntry()
394 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent()
409 @IconAction.IconActionType int type, @NonNull PendingIntent pendingIntent) { in setIconAction()
475 public IconAction(@IconActionType int type, @NonNull PendingIntent pendingIntent) { in IconAction()
DSafetySourceStatus.java85 @Nullable PendingIntent pendingIntent, in SafetySourceStatus()
256 public IconAction(@IconType int iconType, @NonNull PendingIntent pendingIntent) { in IconAction()
371 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent()
/packages/apps/Settings/src/com/android/settings/safetycenter/
DLockScreenSafetySource.java75 final PendingIntent pendingIntent = in setSafetySourceData() local
148 Context context, PendingIntent pendingIntent) { in createNoScreenLockIssue()
/packages/modules/StatsD/framework/java/android/app/
DStatsManager.java273 PendingIntent pendingIntent, long configKey, long subscriberId) in setBroadcastSubscriber()
302 long configKey, long subscriberId, PendingIntent pendingIntent) { in setBroadcastSubscriber()
327 public void setFetchReportsOperation(PendingIntent pendingIntent, long configKey) in setFetchReportsOperation()
364 public @NonNull long[] setActiveConfigsChangedOperation(@Nullable PendingIntent pendingIntent) in setActiveConfigsChangedOperation()
412 @Nullable PendingIntent pendingIntent) in setRestrictedMetricsChangedOperation()
502 public boolean setDataFetchOperation(long configKey, PendingIntent pendingIntent) { in setDataFetchOperation()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/
DSuggestionsPreferenceControllerTest.java203 PendingIntent pendingIntent = mock(PendingIntent.class); in launchSuggestion_sendsPendingIntent() local
215 PendingIntent pendingIntent = mock(PendingIntent.class); in launchSuggestion_callsSuggestionControllerLaunch() local
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeScanningTest.java188 PendingIntent pendingIntent = in startBleScan_withPendingIntentAndDynamicReceiverAndCallbackTypeAllMatches() local
197 mLeScanner.startScan(List.of(scanFilter), scanSettings, pendingIntent); in startBleScan_withPendingIntentAndDynamicReceiverAndCallbackTypeAllMatches() local
238 PendingIntent pendingIntent = in startBleScan_withPendingIntentAndStaticReceiverAndCallbackTypeAllMatches() local
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterEntryOrGroupTest.kt38 private val pendingIntent = constant in android.safetycenter.cts.SafetyCenterEntryOrGroupTest
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java276 PendingIntent pendingIntent = ((QAWalletCardViewInfo) card).mWalletCard.getPendingIntent(); in onCardClicked() local
314 PendingIntent pendingIntent = PendingIntent.getActivity(mSysuiContext, 0, intent, in startIntent() local
319 private void startPendingIntent(PendingIntent pendingIntent) { in startPendingIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DConnectedDevicesSliceProvider.java281 PendingIntent pendingIntent = PendingIntent.getBroadcast(context, in createBluetoothDeviceSlice() local
325 PendingIntent pendingIntent = PendingIntent.getActivity( in createBluetoothDeviceSlice() local
459 PendingIntent pendingIntent; in updatePairingButton() local
689 PendingIntent pendingIntent = PendingIntent.getBroadcast( in createFindMyRemoteSlice() local
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DAndroidLockScreenFix.java144 PendingIntent pendingIntent = in overrideTiramisuIssueAction() local
151 Context context, PendingIntent pendingIntent, boolean isIconAction) { in overridePendingIntent()
DSafetySourceDataOverrides.java73 SafetySourceIssue.Action action, PendingIntent pendingIntent) { in overrideActionPendingIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DMediaAudioSelectorRow.java71 PendingIntent pendingIntent = PendingIntent.getActivity(getContext(), /* requestCode= */ 0, in getPrimaryAction() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeAlarm.java187 public final PendingIntent pendingIntent; field in IkeAlarm.IkeAlarmConfig
193 PendingIntent pendingIntent, in IkeAlarmConfig()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DWorkPolicyInfo.kt86 val pendingIntent = in createSafetySourceDataForWorkPolicy() constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DSystemApiWrapper.kt153 val pendingIntent = in <lambda>() constant

123456