/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 150 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText")) in makeBigTextNotification() 170 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload")) in makeUploadNotification() 219 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent() method in NotificationTests.ToastService 272 = FullScreenActivity.getPendingIntent(mContext, phoneId); in testCreate() 284 ToastService.getPendingIntent(mContext, "Clicked on Answer")) in testCreate() 286 ToastService.getPendingIntent(mContext, "Clicked on Ignore")) in testCreate() 299 … .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Stopwatch")) in testCreate() 314 … .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on calendar event")) in testCreate() 317 ToastService.getPendingIntent(mContext, "snoozed 10 min")) in testCreate() 319 ToastService.getPendingIntent(mContext, "snoozed 1 hr")) in testCreate() [all …]
|
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/ |
D | BcSmartspaceDataPlugin.java | 189 } else if (action.getPendingIntent() != null) { in startFromAction() 190 startPendingIntent(action.getPendingIntent(), showOnLockscreen); in startFromAction() 201 } else if (action.getPendingIntent() != null) { in startFromAction() 202 startPendingIntent(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/services/core/java/com/android/server/location/listeners/ |
D | PendingIntentListenerRegistration.java | 42 PendingIntent getPendingIntent(); in getPendingIntent() method 96 return ((PendingIntentKey) key).getPendingIntent(); in getPendingIntentFromKey()
|
/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 in com.android.egg.neko.NekoControlsService 185 return getPendingIntent() in getAppIntent()
|
/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/ |
D | SuggestionTest.java | 69 assertThat(suggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_allFieldsShouldBeSet() 103 assertThat(newSuggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_fromParcelable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
D | WalletScreenController.java | 237 || ((QAWalletCardViewInfo) cardInfo).mWalletCard.getPendingIntent() == null) { in onCardClicked() 246 mActivityStarter.startPendingIntentDismissingKeyguard(cardInfo.getPendingIntent()); in onCardClicked() 381 public PendingIntent getPendingIntent() { in getPendingIntent() method in WalletScreenController.QAWalletCardViewInfo 382 return mWalletCard.getPendingIntent(); in getPendingIntent()
|
D | WalletCardViewInfo.java | 56 PendingIntent getPendingIntent(); in getPendingIntent() method
|
/frameworks/base/services/core/java/com/android/server/location/geofence/ |
D | GeofenceKey.java | 40 public PendingIntent getPendingIntent() { in getPendingIntent() method in GeofenceKey
|
/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 | ScheduleConditionProvider.java | 222 final PendingIntent pendingIntent = getPendingIntent(time); in updateAlarm() 234 PendingIntent getPendingIntent(long time) { in getPendingIntent() method in ScheduleConditionProvider
|
D | EventConditionProvider.java | 270 final PendingIntent pendingIntent = getPendingIntent(time); in rescheduleAlarm() 282 PendingIntent getPendingIntent(long time) { in getPendingIntent() method in EventConditionProvider
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | EventConditionProviderTest.java | 70 PendingIntent pi = mService.getPendingIntent(1000); in testGetPendingIntent()
|
D | CountdownConditionProviderTest.java | 70 PendingIntent pi = mService.getPendingIntent(Uri.EMPTY); in testGetPendingIntent()
|
/frameworks/base/core/java/android/text/style/ |
D | EasyEditSpan.java | 141 public PendingIntent getPendingIntent() { in getPendingIntent() method in EasyEditSpan
|
/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
D | ContextHubClientBroker.java | 292 public PendingIntent getPendingIntent() { in getPendingIntent() method in ContextHubClientBroker.PendingIntentRequest 591 pendingIntent = mPendingIntentRequest.getPendingIntent(); in hasPendingIntent() 829 doSendPendingIntent(mPendingIntentRequest.getPendingIntent(), supplier.get()); in sendPendingIntent() 842 doSendPendingIntent(mPendingIntentRequest.getPendingIntent(), supplier.get()); in sendPendingIntent()
|
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
D | NotificationActivity.java | 54 stackBuilder.getPendingIntent(0, in postNotification()
|
/frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/ |
D | ScheduleInfo.java | 69 public PendingIntent getPendingIntent() { in getPendingIntent() method in ScheduleInfo
|
/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/core/java/android/service/quickaccesswallet/ |
D | GetWalletCardsCallbackImpl.java | 148 if (walletCard.getPendingIntent() == null) { in isValidResponse()
|
D | WalletCard.java | 200 public PendingIntent getPendingIntent() { in getPendingIntent() method in WalletCard
|
/frameworks/base/core/java/android/service/settings/suggestions/ |
D | Suggestion.java | 106 public PendingIntent getPendingIntent() { in getPendingIntent() method in Suggestion
|
/frameworks/base/core/java/android/app/smartspace/uitemplatedata/ |
D | TapAction.java | 104 public PendingIntent getPendingIntent() { in getPendingIntent() method in TapAction
|
/frameworks/base/core/java/android/app/smartspace/ |
D | SmartspaceAction.java | 154 public @Nullable PendingIntent getPendingIntent() { in getPendingIntent() method in SmartspaceAction
|
/frameworks/base/core/java/android/app/search/ |
D | SearchAction.java | 150 public @Nullable PendingIntent getPendingIntent() { in getPendingIntent() method in SearchAction
|