| /frameworks/base/apct-tests/perftests/core/src/android/app/ | 
| D | PendingIntentPerfTest.java | 64             final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent,  in create()  local86             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 | 42         PendingIntent pendingIntent =  in needReinflate_differentLength()  local56         PendingIntent pendingIntent =  in needReinflate_differentLabels()  local
 73         PendingIntent pendingIntent =  in needReinflate_differentIcons()  local
 115         PendingIntent pendingIntent =  in needReinflate_differentChoices()  local
 142         PendingIntent pendingIntent =  in needReinflate_differentRemoteInputLabel()  local
 169         PendingIntent pendingIntent =  in needReinflate_negative()  local
 233             String title, int drawableRes, PendingIntent pendingIntent) {  in createActionBuilder()
 
 | 
| /frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/ | 
| D | SharedConnectivitySettingsState.java | 71         public Builder setInstantTetherSettingsPendingIntent(@NonNull PendingIntent pendingIntent) {  in setInstantTetherSettingsPendingIntent()100     private static void validate(PendingIntent pendingIntent) {  in validate()
 107             PendingIntent pendingIntent, @NonNull Bundle extras) {  in SharedConnectivitySettingsState()
 176         PendingIntent pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(in);  in readFromParcel()  local
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/ | 
| D | ContextHubClientBrokerTest.java | 85     private ContextHubClientBroker createFromPendingIntent(PendingIntent pendingIntent) {  in createFromPendingIntent()150         PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(), 0);  in testWakeLock_pendingIntent()  local
 180         PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(), 0);  in testWakeLock_pendingIntent_multipleTimes()  local
 212         PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(), 0);  in testWakeLock_pendingIntent_binderDied()  local
 
 | 
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ | 
| D | SplitScreenControllerTests.java | 188         PendingIntent pendingIntent =  in testStartIntent_appendsNoUserActionFlag()  local204         PendingIntent pendingIntent =  in startIntent_multiInstancesSupported_appendsMultipleTaskFag()  local
 225         PendingIntent pendingIntent =  in startIntent_multiInstancesSupported_startTaskInBackgroundBeforeSplitActivated()  local
 247         PendingIntent pendingIntent =  in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated()  local
 270         PendingIntent pendingIntent =  in startIntent_multiInstancesNotSupported_switchesPositionAfterSplitActivated()  local
 
 | 
| /frameworks/base/services/core/java/com/android/server/media/ | 
| D | MediaButtonReceiverHolder.java | 119             int userId, @Nullable PendingIntent pendingIntent, String sessionPackageName) {  in create()142     private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent,  in MediaButtonReceiverHolder()
 151     private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, String packageName) {  in MediaButtonReceiverHolder()
 283     private static int getComponentType(PendingIntent pendingIntent) {  in getComponentType()
 327     private static ComponentName getComponentName(PendingIntent pendingIntent, int componentType) {  in getComponentName()
 
 | 
| /frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/slice/ | 
| D | SliceUtilTest.kt | 71         val pendingIntent = sliceUriWithoutParams.createBroadcastPendingIntent()  in createBroadcastPendingIntentTest()  constant91         val pendingIntent = sliceUri.createBrowsePendingIntent()  in createBrowsePendingIntentTest()  constant
 
 | 
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/ | 
| D | BiometricNotificationUtils.java | 76         final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context,  in showReEnrollmentNotification()  local100         final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context,  in showFaceEnrollNotification()  local
 124         final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context,  in showFingerprintEnrollNotification()  local
 159         final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context,  in showBadCalibrationNotification()  local
 169                 String content, PendingIntent pendingIntent, String category,  in showNotificationHelper()
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ | 
| D | WalletScreenControllerTest.java | 475         PendingIntent pendingIntent =  in createNonActiveWalletCard()  local484         PendingIntent pendingIntent =  in createLockedWalletCard()  local
 493         PendingIntent pendingIntent =  in createWalletCard()  local
 502         PendingIntent pendingIntent =  in createWalletCardWithType()  local
 511         PendingIntent pendingIntent =  in createCrazyWalletCard()  local
 
 | 
| /frameworks/base/core/java/android/view/translation/ | 
| D | TranslationManager.java | 312             @NonNull PendingIntent pendingIntent) {  in addOnDeviceTranslationCapabilityUpdateListener()330             @NonNull PendingIntent pendingIntent) {  in addTranslationCapabilityUpdateListener()
 369             @NonNull PendingIntent pendingIntent) {  in removeOnDeviceTranslationCapabilityUpdateListener()
 398             @NonNull PendingIntent pendingIntent) {  in removeTranslationCapabilityUpdateListener()
 
 | 
| /frameworks/base/core/java/android/credentials/ | 
| D | PrepareGetCredentialResponse.java | 65                 @Nullable PendingIntent pendingIntent) {  in PendingGetCredentialHandle()175         void onPendingIntent(@NonNull PendingIntent pendingIntent);  in onPendingIntent()
 
 | 
| D | ICreateCredentialCallback.aidl | 28     oneway void onPendingIntent(in PendingIntent pendingIntent);  in onPendingIntent()
 | 
| D | IGetCredentialCallback.aidl | 28     oneway void onPendingIntent(in PendingIntent pendingIntent);  in onPendingIntent()
 | 
| /frameworks/base/services/core/java/com/android/server/location/geofence/ | 
| D | GeofenceManager.java | 84         GeofenceKey(PendingIntent pendingIntent, Geofence geofence) {  in GeofenceKey()132                 PendingIntent pendingIntent) {  in GeofenceRegistration()
 256         private void sendIntent(PendingIntent pendingIntent, boolean entering) {  in sendIntent()
 348     public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName,  in addGeofence()
 367     public void removeGeofence(PendingIntent pendingIntent) {  in removeGeofence()
 
 | 
| /frameworks/base/core/java/android/companion/ | 
| D | IAssociationRequestCallback.aidl | 24     oneway void onAssociationPending(in PendingIntent pendingIntent);  in onAssociationPending()
 | 
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ | 
| D | AppSmsManager.java | 273         public final PendingIntent pendingIntent;  field in AppSmsManager.AppRequestInfo280         AppRequestInfo(String packageName, PendingIntent pendingIntent, String token) {  in AppRequestInfo()
 285         AppRequestInfo(String packageName, PendingIntent pendingIntent, String token,  in AppRequestInfo()
 
 | 
| /frameworks/base/core/java/android/service/quickaccesswallet/ | 
| D | IQuickAccessWalletServiceCallbacks.aidl | 39     oneway void onTargetActivityPendingIntentReceived(in PendingIntent pendingIntent);  in onTargetActivityPendingIntentReceived()
 | 
| D | WalletCard.java | 132         PendingIntent pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(source);  in readFromParcel()  local308                 @NonNull PendingIntent pendingIntent  in Builder()
 324                 @NonNull PendingIntent pendingIntent) {  in Builder()
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/ambientcontext/ | 
| D | AmbientContextManagerServiceTest.java | 50         PendingIntent pendingIntent = PendingIntent.getBroadcast(  in testClientRequest()  local
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ | 
| D | NotificationRemoteInputManager.java | 371             PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo) {  in activateRemoteInput()391             PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo,  in activateRemoteInput()
 483     private boolean showBouncerForRemoteInput(View view, PendingIntent pendingIntent,  in showBouncerForRemoteInput()
 689         boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent);  in shouldHandleRemoteInput()
 702         boolean handleRemoteViewClick(View view, PendingIntent pendingIntent,  in handleRemoteViewClick()
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ | 
| D | QuickAccessWalletTileTest.java | 394         PendingIntent pendingIntent =  in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable()  local458         PendingIntent pendingIntent =  in createWalletCardWithType()  local
 496         PendingIntent pendingIntent =  in createWalletCard()  local
 
 | 
| /frameworks/base/services/core/java/com/android/server/location/contexthub/ | 
| D | ContextHubClientBroker.java | 304         PendingIntentRequest(PendingIntent pendingIntent, long nanoAppId) {  in PendingIntentRequest()340             PendingIntent pendingIntent,  in ContextHubClientBroker()
 412             PendingIntent pendingIntent,  in ContextHubClientBroker()
 672         PendingIntent pendingIntent;  in hasPendingIntent()  local
 953             PendingIntent pendingIntent,  in doSendPendingIntent()
 1095             PendingIntent pendingIntent,  in onSendFinished()
 
 | 
| /frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ | 
| D | SlicePurchaseBroadcastReceiver.java | 111         PendingIntent pendingIntent = intent.getParcelableExtra(extra, PendingIntent.class);  in sendSlicePurchaseAppResponse()  local134         PendingIntent pendingIntent = intent.getParcelableExtra(extra, PendingIntent.class);  in sendSlicePurchaseAppResponseWithData()  local
 254         PendingIntent pendingIntent = intent.getParcelableExtra(extra, PendingIntent.class);  in isPendingIntentValid()  local
 
 | 
| /frameworks/base/services/core/java/com/android/server/notification/ | 
| D | CountdownConditionProvider.java | 119         final PendingIntent pendingIntent = getPendingIntent(conditionId);  in onSubscribe()  local144         final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, REQUEST_CODE,  in getPendingIntent()  local
 
 | 
| /frameworks/base/core/java/android/app/smartspace/uitemplatedata/ | 
| D | TapAction.java | 79             @Nullable PendingIntent pendingIntent, @Nullable UserHandle userHandle,  in TapAction()220         public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) {  in setPendingIntent()
 
 |