Home
last modified time | relevance | path

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

12345

/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.java167 PendingIntent pendingIntent = getHealthHomeSettingsPendingIntent(); in getMigrationInProgressNotification() local
185 PendingIntent pendingIntent = getSystemUpdatePendingIntent(); in getModuleUpdateNeededNotification() local
206 PendingIntent pendingIntent = getAppStorePendingIntent(); in getAppUpdateNeededNotification() local
227 PendingIntent pendingIntent = getSystemStoragePendingIntent(); in getMoreSpaceNeededNotification() local
267 PendingIntent pendingIntent = getHealthHomeSettingsPendingIntent(); in getResumeMigrationNotification() local
288 PendingIntent pendingIntent = getHealthHomeSettingsPendingIntent(); in getMigrationCancelledNotification() local
306 PendingIntent pendingIntent = getHealthHomeSettingsPendingIntent(); in getMigrationCompleteNotification() local
323 PendingIntent pendingIntent = getMigrationInfoPendingIntent(); in getMigrationPausedNotification() local
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DWorkPolicyInfoTest.kt131 val pendingIntent = in safetyCenterEnabledChanged_safetyCenterEnabled() constant
194 val pendingIntent = in rescanAndPushSafetyCenterData_eventRebooted_deviceOwner() constant
230 val pendingIntent = in rescanAndPushSafetyCenterData_eventRefresh_deviceOwner() constant
264 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()
153 long[] setRestrictedMetricsChangedOperation(in PendingIntent pendingIntent, in long configKey, in setRestrictedMetricsChangedOperation()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java163 PendingIntent pendingIntent = in getGaV2ConsentNotification() local
203 PendingIntent pendingIntent = in getGaConsentNotification() local
248 PendingIntent pendingIntent = in getConsentNotification() 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/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DPeriodicJobManager.java77 final PendingIntent pendingIntent = getPendingIntent(); in refreshJob() local
90 void cancelJob(PendingIntent pendingIntent) { in cancelJob()
/packages/modules/StatsD/framework/java/android/app/
DStatsManager.java265 PendingIntent pendingIntent, long configKey, long subscriberId) in setBroadcastSubscriber()
294 long configKey, long subscriberId, PendingIntent pendingIntent) { in setBroadcastSubscriber()
319 public void setFetchReportsOperation(PendingIntent pendingIntent, long configKey) in setFetchReportsOperation()
356 public @NonNull long[] setActiveConfigsChangedOperation(@Nullable PendingIntent pendingIntent) in setActiveConfigsChangedOperation()
404 @Nullable PendingIntent pendingIntent) in setRestrictedMetricsChangedOperation()
494 public boolean setDataFetchOperation(long configKey, PendingIntent pendingIntent) { in setDataFetchOperation()
/packages/apps/Settings/src/com/android/settings/safetycenter/
DLockScreenSafetySource.java72 final PendingIntent pendingIntent = createPendingIntent(context, in setSafetySourceData() local
142 PendingIntent pendingIntent) { in createNoScreenLockIssue()
/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()
370 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent()
/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/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterEntryOrGroupTest.kt38 private val pendingIntent = constant in android.safetycenter.cts.SafetyCenterEntryOrGroupTest
DSafetyCenterEntryGroupTest.kt38 private val pendingIntent = constant
/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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java186 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initImportanceHighBotton() local
823 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initCallButton() local
900 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in initButtonWithCustomActionIcon() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DWorkPolicyInfo.kt83 val pendingIntent = in createSafetySourceDataForWorkPolicy() constant
/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/safetycenter/ui/view/
DSafetyEntryView.kt106 val pendingIntent = entry.pendingIntent in setupEntryClickListener() constant
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DChooserRequestParametersTest.kt79 val pendingIntent = in <lambda>() constant
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetySubpageEntryPreference.kt75 val pendingIntent = entry.pendingIntent in setupClickListener() constant
/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java65 final PendingIntent pendingIntent = UIIntents.get() in postStorageLowNotification() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDailyLoggingAlarmScheduler.java69 PendingIntent pendingIntent = createAlarmReceiverPendingIntent(appContext); in setAlarm() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DSliceHalfCardRendererHelperTest.java105 final PendingIntent pendingIntent = PendingIntent.getActivity( in buildSlice() local

12345