/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DailyLoggingAlarmScheduler.java | 68 PendingIntent pendingIntent = createAlarmReceiverPendingIntent(appContext); in setAlarm() local 69 alarmManagerWrapper.cancel(pendingIntent); in setAlarm() 71 pendingIntent = createAlarmReceiverPendingIntent(appContext); in setAlarm() 76 pendingIntent /* operation */); in setAlarm()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/ |
D | SuggestionsPreferenceControllerTest.java | 203 PendingIntent pendingIntent = mock(PendingIntent.class); in launchSuggestion_sendsPendingIntent() local 204 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_sendsPendingIntent() 210 verify(pendingIntent).send(); in launchSuggestion_sendsPendingIntent() 215 PendingIntent pendingIntent = mock(PendingIntent.class); in launchSuggestion_callsSuggestionControllerLaunch() local 216 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_callsSuggestionControllerLaunch()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/ |
D | MediaSessionWrapperTest.java | 55 private PendingIntent pendingIntent; field in MediaSessionWrapperTest 59 pendingIntent = in setUp() 63 new MediaSessionWrapper(RuntimeEnvironment.application, pendingIntent) { in setUp() 81 assertThat(mediaSession.mSessionActivity).isEqualTo(this.pendingIntent); in setSessionActivity()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | MissedCallNotificationController.java | 191 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in getContentPendingIntent() local 193 return pendingIntent; in getContentPendingIntent() 199 PendingIntent pendingIntent = PendingIntent.getService( in getDeleteIntent() local 204 return pendingIntent; in getDeleteIntent()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 164 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in initImportanceHighBotton() local 177 null, "Long Action (no-op)", pendingIntent).build()) in initImportanceHighBotton() 180 null, "Action (no-op)", pendingIntent).build()) in initImportanceHighBotton() 183 null, "Long Action (no-op)", pendingIntent).build()) in initImportanceHighBotton() 501 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in initCallButton() local 511 .setFullScreenIntent(pendingIntent, true) in initCallButton()
|
/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/ |
D | NotificationPayloadHandler.java | 124 PendingIntent pendingIntent = action.actionIntent; in fireAction() local 128 pendingIntent.send(resultCode); in fireAction() 130 pendingIntent.send(mContext, resultCode, additionalData); in fireAction()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/ |
D | ContextualCardFeatureProviderImplTest.java | 110 final PendingIntent pendingIntent = spy( in buildSlice() local 112 doReturn(intent).when(pendingIntent).getIntent(); in buildSlice() 114 final SliceAction action = SliceAction.createDeeplink(pendingIntent, icon, in buildSlice()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmStateManager.java | 1009 PendingIntent pendingIntent = PendingIntent.getService(context, instance.hashCode(), in scheduleInstanceStateChange() local 1015 am.setExactAndAllowWhileIdle(AlarmManager.RTC_WAKEUP, timeInMillis, pendingIntent); in scheduleInstanceStateChange() 1017 am.setExact(AlarmManager.RTC_WAKEUP, timeInMillis, pendingIntent); in scheduleInstanceStateChange() 1026 PendingIntent pendingIntent = PendingIntent.getService(context, instance.hashCode(), in cancelScheduledInstanceStateChange() local 1030 if (pendingIntent != null) { in cancelScheduledInstanceStateChange() 1032 am.cancel(pendingIntent); in cancelScheduledInstanceStateChange() 1033 pendingIntent.cancel(); in cancelScheduledInstanceStateChange()
|
D | AlarmStateManager.kt | 122 val pendingIntent: PendingIntent = in <lambda>() constant 129 am.setExactAndAllowWhileIdle(AlarmManager.RTC_WAKEUP, timeInMillis, pendingIntent) in <lambda>() 131 am.setExact(AlarmManager.RTC_WAKEUP, timeInMillis, pendingIntent) in <lambda>() 139 val pendingIntent: PendingIntent? = in <lambda>() constant 144 pendingIntent?.let { in <lambda>()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnection.java | 97 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 1, intent, 0); in onShowIncomingCallUi() local 106 builder.setContentIntent(pendingIntent); in onShowIncomingCallUi() 107 builder.setFullScreenIntent(pendingIntent, true); in onShowIncomingCallUi()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/legacysuggestion/ |
D | LegacySuggestionContextualCard.java | 45 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() argument 46 mPendingIntent = pendingIntent; in setPendingIntent()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/ |
D | TetherService.java | 320 PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent, 0); in scheduleAlarm() local 326 pendingIntent); in scheduleAlarm() 348 PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent, 0); in cancelAlarmIfNecessary() local 350 alarmManager.cancel(pendingIntent); in cancelAlarmIfNecessary()
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | DownloadService.java | 124 final PendingIntent pendingIntent = PendingIntent.getService(context, in DownloadTask() local 129 pendingIntent).build(); in DownloadTask() 432 final PendingIntent pendingIntent = PendingIntent.getActivity( in makeDoneNotification() local 438 .setContentIntent(pendingIntent) in makeDoneNotification()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/ |
D | LegacySuggestionContextualCard.java | 53 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() argument 54 mPendingIntent = pendingIntent; in setPendingIntent()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | MmsRequest.java | 218 final PendingIntent pendingIntent = getPendingIntent(); in processResult() local 219 if (pendingIntent != null) { in processResult() 236 pendingIntent.send(context, result, fillIn); in processResult()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | ActionServiceImpl.java | 167 final PendingIntent pendingIntent = PendingIntent.getBroadcast( in scheduleAlarm() local 175 SystemClock.elapsedRealtime() + delayMs, pendingIntent); in scheduleAlarm() 177 mgr.cancel(pendingIntent); in scheduleAlarm()
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 357 PendingIntent pendingIntent = in updateMwi() local 369 .setContentIntent(pendingIntent) in updateMwi() 384 pendingIntent, isSettingsIntent, userHandle, isRefresh)) { in updateMwi() 435 String number, PendingIntent pendingIntent, boolean isSettingsIntent, in maybeSendVoicemailNotificationUsingDefaultDialer() argument 457 if (pendingIntent != null) { in maybeSendVoicemailNotificationUsingDefaultDialer() 461 pendingIntent); in maybeSendVoicemailNotificationUsingDefaultDialer()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/deviceinfo/ |
D | EmergencyInfoSlice.java | 72 final PendingIntent pendingIntent = in createPrimaryAction() local 80 pendingIntent, in createPrimaryAction()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/deviceinfo/ |
D | EmergencyInfoSlice.java | 72 final PendingIntent pendingIntent = in createPrimaryAction() local 80 pendingIntent, in createPrimaryAction()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | SmsStorageStatusManager.java | 65 final PendingIntent pendingIntent = UIIntents.get() in postStorageLowNotification() local 75 .setContentIntent(pendingIntent); in postStorageLowNotification()
|
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
D | SmsMessageReceiver.java | 89 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, di, 0); in createDisplayMessageIntent() local 90 return pendingIntent; in createDisplayMessageIntent()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/ |
D | StartActivityParams.java | 51 public StartActivityParams(PendingIntent pendingIntent, int requestCode) { in StartActivityParams() argument 52 this.mPICallback = pendingIntent; in StartActivityParams()
|
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | NotificationUtils.java | 81 final PendingIntent pendingIntent = getReplyPendingIntent(context, notificationId); in sendDirectReplyNotification() local 83 new Notification.Action.Builder(null, "Direct Reply Test", pendingIntent) in sendDirectReplyNotification()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
D | SliceHalfCardRendererHelperTest.java | 105 final PendingIntent pendingIntent = PendingIntent.getActivity( in buildSlice() local 111 = SliceAction.createDeeplink(pendingIntent, icon, ListBuilder.SMALL_IMAGE, title); in buildSlice()
|
D | SliceDeferredSetupCardRendererHelperTest.java | 115 final PendingIntent pendingIntent = PendingIntent.getActivity( in buildSlice() local 121 = SliceAction.createDeeplink(pendingIntent, icon, ListBuilder.SMALL_IMAGE, TITLE); in buildSlice()
|