/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationTemplateViewWrapperTest.kt | 101 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/ |
D | BcSmartspaceDataPlugin.java | 211 } 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/ |
D | TaskStackBuilder.java | 248 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/ |
D | NekoControlsService.kt | 126 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/ |
D | SuggestionTest.java | 70 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/ |
D | WalletScreenController.java | 228 || ((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()
|
D | WalletCardViewInfo.java | 56 PendingIntent getPendingIntent(); in getPendingIntent() method
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CountdownConditionProvider.java | 119 final PendingIntent pendingIntent = getPendingIntent(conditionId); in onSubscribe() 139 PendingIntent getPendingIntent(Uri conditionId) { in getPendingIntent() method in CountdownConditionProvider
|
D | EventConditionProvider.java | 270 final PendingIntent pendingIntent = getPendingIntent(time); in rescheduleAlarm() 282 PendingIntent getPendingIntent(long time) { in getPendingIntent() method in EventConditionProvider
|
D | ScheduleConditionProvider.java | 222 final PendingIntent pendingIntent = getPendingIntent(time); in updateAlarm() 234 PendingIntent getPendingIntent(long time) { in getPendingIntent() method in ScheduleConditionProvider
|
/frameworks/base/core/java/android/text/style/ |
D | EasyEditSpan.java | 141 public PendingIntent getPendingIntent() { in getPendingIntent() method in EasyEditSpan
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | CountdownConditionProviderTest.java | 70 PendingIntent pi = mService.getPendingIntent(Uri.EMPTY); in testGetPendingIntent()
|
D | EventConditionProviderTest.java | 70 PendingIntent pi = mService.getPendingIntent(1000); in testGetPendingIntent()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipAction.java | 95 abstract PendingIntent getPendingIntent(); in getPendingIntent() method in TvPipAction
|
D | TvPipSystemAction.java | 72 PendingIntent getPendingIntent() { in getPendingIntent() method in TvPipSystemAction
|
D | TvPipCustomAction.java | 66 PendingIntent getPendingIntent() { in getPendingIntent() method in TvPipCustomAction
|
/frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/ |
D | ScheduleInfo.java | 69 public PendingIntent getPendingIntent() { in getPendingIntent() method in ScheduleInfo
|
/frameworks/base/core/java/android/credentials/ |
D | PrepareGetCredentialResponseInternal.java | 58 public PendingIntent getPendingIntent() { in getPendingIntent() method in PrepareGetCredentialResponseInternal
|
D | PrepareGetCredentialResponse.java | 177 getCredentialTransport, responseInternal.getPendingIntent()); in PrepareGetCredentialResponse()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetPinnedReceiver.java | 48 public static PendingIntent getPendingIntent(Context context, ShortcutInfo shortcutInfo) { in getPendingIntent() method in PeopleSpaceWidgetPinnedReceiver
|
/frameworks/base/services/core/java/com/android/server/location/geofence/ |
D | GeofenceManager.java | 89 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/ |
D | GetWalletCardsCallbackImpl.java | 161 if (walletCard.getPendingIntent() == null) { in isValidResponse()
|
/frameworks/base/core/java/android/service/settings/suggestions/ |
D | Suggestion.java | 106 public PendingIntent getPendingIntent() { in getPendingIntent() method in Suggestion
|
/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
D | ContextHubClientBroker.java | 317 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/ |
D | TapAction.java | 104 public PendingIntent getPendingIntent() { in getPendingIntent() method in TapAction
|