| /frameworks/base/apct-tests/perftests/core/src/android/app/ |
| D | PendingIntentPerfTest.java | 64 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent, in create() local 86 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent, in createWithCancelFlag() local 108 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent, in createWithUpdateFlag() local 126 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, in cancel() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
| D | NotificationUiAdjustmentTest.java | 44 PendingIntent pendingIntent = in needReinflate_differentLength() local 59 PendingIntent pendingIntent = in needReinflate_differentLabels() local 77 PendingIntent pendingIntent = in needReinflate_differentIcons() local 119 PendingIntent pendingIntent = in needReinflate_differentChoices() local 147 PendingIntent pendingIntent = in needReinflate_differentRemoteInputLabel() local 175 PendingIntent pendingIntent = in needReinflate_negative() local 238 String title, int drawableRes, PendingIntent pendingIntent) { in createActionBuilder()
|
| /frameworks/base/services/core/java/com/android/server/media/ |
| D | MediaButtonReceiverHolder.java | 113 PendingIntent pendingIntent, String sessionPackageName) { in create() 136 private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, in MediaButtonReceiverHolder() 145 private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, String packageName) { in MediaButtonReceiverHolder() 270 private static int getComponentType(PendingIntent pendingIntent) { in getComponentType() 314 private static ComponentName getComponentName(PendingIntent pendingIntent, int componentType) { in getComponentName()
|
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
| D | BiometricNotificationUtils.java | 61 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showReEnrollmentNotification() local 97 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showBadCalibrationNotification() local 108 String content, PendingIntent pendingIntent, String channelName, in showNotificationHelper()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ |
| D | WalletScreenControllerTest.java | 431 PendingIntent pendingIntent = in createNonActiveWalletCard() local 440 PendingIntent pendingIntent = in createLockedWalletCard() local 449 PendingIntent pendingIntent = in createWalletCard() local 458 PendingIntent pendingIntent = in createCrazyWalletCard() local
|
| /frameworks/base/core/java/android/view/translation/ |
| D | TranslationManager.java | 340 @NonNull PendingIntent pendingIntent) { in addOnDeviceTranslationCapabilityUpdateListener() 358 @NonNull PendingIntent pendingIntent) { in addTranslationCapabilityUpdateListener() 397 @NonNull PendingIntent pendingIntent) { in removeOnDeviceTranslationCapabilityUpdateListener() 426 @NonNull PendingIntent pendingIntent) { in removeTranslationCapabilityUpdateListener()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | AppSmsManager.java | 272 public final PendingIntent pendingIntent; field in AppSmsManager.AppRequestInfo 279 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token) { in AppRequestInfo() 284 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token, in AppRequestInfo()
|
| /frameworks/base/services/core/java/com/android/server/location/geofence/ |
| D | GeofenceManager.java | 96 PendingIntent pendingIntent) { in GeofenceRegistration() 198 private void sendIntent(PendingIntent pendingIntent, boolean entering) { in sendIntent() 295 public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName, in addGeofence() 314 public void removeGeofence(PendingIntent pendingIntent) { in removeGeofence()
|
| D | GeofenceKey.java | 34 GeofenceKey(PendingIntent pendingIntent, Geofence geofence) { in GeofenceKey()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
| D | SmartActionsReceiver.java | 49 PendingIntent pendingIntent = intent.getParcelableExtra(EXTRA_ACTION_INTENT); in onReceive() local
|
| D | ScreenshotNotificationsController.java | 84 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in notifyScreenshotError() local
|
| D | SaveImageInBackgroundTask.java | 260 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createShareAction() local 307 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createEditAction() local
|
| /frameworks/base/core/java/android/service/quickaccesswallet/ |
| D | WalletCard.java | 75 PendingIntent pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(source); in readFromParcel() local 200 @NonNull PendingIntent pendingIntent) { in Builder()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | NotificationRemoteInputManager.java | 390 PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo) { in activateRemoteInput() 410 PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo, in activateRemoteInput() 499 private boolean showBouncerForRemoteInput(View view, PendingIntent pendingIntent, in showBouncerForRemoteInput() 882 boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent); in shouldHandleRemoteInput() 894 boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
|
| /frameworks/base/services/core/java/com/android/server/location/contexthub/ |
| D | ContextHubClientBroker.java | 281 PendingIntentRequest(PendingIntent pendingIntent, long nanoAppId) { in PendingIntentRequest() 311 ContextHubTransactionManager transactionManager, PendingIntent pendingIntent, in ContextHubClientBroker() 350 short hostEndPointId, PendingIntent pendingIntent, long nanoAppId, in ContextHubClientBroker() 572 PendingIntent pendingIntent = null; in hasPendingIntent() local 828 private void doSendPendingIntent(PendingIntent pendingIntent, Intent intent) { in doSendPendingIntent()
|
| /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
| D | GlobalActionsPanelPlugin.java | 71 default void startPendingIntentDismissingKeyguard(PendingIntent pendingIntent) { in startPendingIntentDismissingKeyguard()
|
| /frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
| D | CarrierDefaultReceiverTest.java | 101 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
| D | AlarmTile.kt | 78 val pendingIntent = lastAlarmInfo?.showIntent in <lambda>() constant
|
| /frameworks/base/core/java/android/app/search/ |
| D | SearchAction.java | 90 @Nullable PendingIntent pendingIntent, in SearchAction() 303 public SearchAction.Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent()
|
| /frameworks/base/core/java/android/app/smartspace/ |
| D | SmartspaceAction.java | 101 @Nullable PendingIntent pendingIntent, in SmartspaceAction() 312 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent()
|
| /frameworks/base/core/java/android/text/style/ |
| D | EasyEditSpan.java | 76 public EasyEditSpan(PendingIntent pendingIntent) { in EasyEditSpan()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | StatusBarRemoteInputCallback.java | 249 public boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent) { in shouldHandleRemoteInput() 255 public boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
| D | GsmSmsDispatcherTest.java | 246 PendingIntent pendingIntent = PendingIntent.getBroadcast(TestApplication.getAppContext(), 0, in testSendTextWithInvalidDestAddr() local 389 PendingIntent pendingIntent = PendingIntent.getBroadcast(TestApplication.getAppContext(), 0, in testSendSmsByCarrierApp() local
|
| /frameworks/base/core/tests/notificationtests/src/android/app/ |
| D | NotificationStressTest.java | 114 …PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, PendingIntent.FLAG_MU… in sendNotification() local
|
| /frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/ |
| D | ScheduleInfo.java | 151 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent()
|