Home
last modified time | relevance | path

Searched refs:getPendingIntent (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapperTest.kt101 val pi3 = getPendingIntent(action3) in actionPendingIntentCancelled_actionDisabled()
109 .doesNotContain(getPendingIntent(action1).hashCode()) in actionPendingIntentCancelled_actionDisabled()
111 .doesNotContain(getPendingIntent(action2).hashCode()) in actionPendingIntentCancelled_actionDisabled()
122 val pi = getPendingIntent(action) in newActionWithSamePendingIntentPosted_actionDisabled()
143 val action3 = createActionWithPendingIntent(getPendingIntent(action2)) in twoActionsWithSameCancelledIntent_bothActionsDisabled()
147 val pi = getPendingIntent(action2) in twoActionsWithSameCancelledIntent_bothActionsDisabled()
163 getPendingIntent(action).cancel() in actionPendingIntentCancelled_whileDetached_actionDisabled()
257 private fun getPendingIntent(action: View): PendingIntent { in getPendingIntent() method in com.android.systemui.statusbar.notification.row.wrapper.NotificationTemplateViewWrapperTest
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java211 } else if (action.getPendingIntent() != null) { in startFromAction()
212 startPendingIntent(v, action.getPendingIntent(), showOnLockscreen); in startFromAction()
223 } else if (action.getPendingIntent() != null) { in startFromAction()
224 startPendingIntent(v, action.getPendingIntent(), showOnLockscreen); in startFromAction()
/frameworks/base/core/java/android/app/
DTaskStackBuilder.java248 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags) { in getPendingIntent() method in TaskStackBuilder
249 return getPendingIntent(requestCode, flags, null); in getPendingIntent()
268 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags, in getPendingIntent() method in TaskStackBuilder
283 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options, in getPendingIntent() method in TaskStackBuilder
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoControlsService.kt126 return Control.StatefulBuilder(CONTROL_ID_TOY, getPendingIntent()) in makeToyControl()
143 return Control.StatefulBuilder(CONTROL_ID_WATER, getPendingIntent()) in makeWaterBowlControl()
158 return Control.StatefulBuilder(CONTROL_ID_FOOD, getPendingIntent()) in makeFoodBowlControl()
176 private fun getPendingIntent(): PendingIntent { in getPendingIntent() method
185 return getPendingIntent() in getAppIntent()
/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
DSuggestionTest.java70 assertThat(suggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_allFieldsShouldBeSet()
104 assertThat(newSuggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_fromParcelable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletScreenController.java228 || ((QAWalletCardViewInfo) cardInfo).mWalletCard.getPendingIntent() == null) { in onCardClicked()
237 mActivityStarter.startPendingIntentDismissingKeyguard(cardInfo.getPendingIntent()); in onCardClicked()
372 public PendingIntent getPendingIntent() { in getPendingIntent() method in WalletScreenController.QAWalletCardViewInfo
373 return mWalletCard.getPendingIntent(); in getPendingIntent()
DWalletCardViewInfo.java56 PendingIntent getPendingIntent(); in getPendingIntent() method
/frameworks/base/services/core/java/com/android/server/notification/
DCountdownConditionProvider.java119 final PendingIntent pendingIntent = getPendingIntent(conditionId); in onSubscribe()
139 PendingIntent getPendingIntent(Uri conditionId) { in getPendingIntent() method in CountdownConditionProvider
DEventConditionProvider.java270 final PendingIntent pendingIntent = getPendingIntent(time); in rescheduleAlarm()
282 PendingIntent getPendingIntent(long time) { in getPendingIntent() method in EventConditionProvider
DScheduleConditionProvider.java222 final PendingIntent pendingIntent = getPendingIntent(time); in updateAlarm()
234 PendingIntent getPendingIntent(long time) { in getPendingIntent() method in ScheduleConditionProvider
/frameworks/base/core/java/android/text/style/
DEasyEditSpan.java141 public PendingIntent getPendingIntent() { in getPendingIntent() method in EasyEditSpan
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DCountdownConditionProviderTest.java70 PendingIntent pi = mService.getPendingIntent(Uri.EMPTY); in testGetPendingIntent()
DEventConditionProviderTest.java70 PendingIntent pi = mService.getPendingIntent(1000); in testGetPendingIntent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipAction.java95 abstract PendingIntent getPendingIntent(); in getPendingIntent() method in TvPipAction
DTvPipSystemAction.java72 PendingIntent getPendingIntent() { in getPendingIntent() method in TvPipSystemAction
DTvPipCustomAction.java66 PendingIntent getPendingIntent() { in getPendingIntent() method in TvPipCustomAction
/frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/
DScheduleInfo.java69 public PendingIntent getPendingIntent() { in getPendingIntent() method in ScheduleInfo
/frameworks/base/core/java/android/credentials/
DPrepareGetCredentialResponseInternal.java58 public PendingIntent getPendingIntent() { in getPendingIntent() method in PrepareGetCredentialResponseInternal
DPrepareGetCredentialResponse.java177 getCredentialTransport, responseInternal.getPendingIntent()); in PrepareGetCredentialResponse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetPinnedReceiver.java48 public static PendingIntent getPendingIntent(Context context, ShortcutInfo shortcutInfo) { in getPendingIntent() method in PeopleSpaceWidgetPinnedReceiver
/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceManager.java89 public PendingIntent getPendingIntent() { in getPendingIntent() method in GeofenceManager.GeofenceKey
163 return geofenceKey.getPendingIntent(); in getPendingIntentFromKey()
370 removeRegistrationIf(key -> key.getPendingIntent().equals(pendingIntent)); in removeGeofence()
/frameworks/base/core/java/android/service/quickaccesswallet/
DGetWalletCardsCallbackImpl.java161 if (walletCard.getPendingIntent() == null) { in isValidResponse()
/frameworks/base/core/java/android/service/settings/suggestions/
DSuggestion.java106 public PendingIntent getPendingIntent() { in getPendingIntent() method in Suggestion
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubClientBroker.java317 public PendingIntent getPendingIntent() { in getPendingIntent() method in ContextHubClientBroker.PendingIntentRequest
739 pendingIntent = mPendingIntentRequest.getPendingIntent(); in hasPendingIntent()
997 return doSendPendingIntent(mPendingIntentRequest.getPendingIntent(), supplier.get(), in sendPendingIntent()
1049 return doSendPendingIntent(mPendingIntentRequest.getPendingIntent(), supplier.get(), in sendPendingIntent()
/frameworks/base/core/java/android/app/smartspace/uitemplatedata/
DTapAction.java104 public PendingIntent getPendingIntent() { in getPendingIntent() method in TapAction

12