Home
last modified time | relevance | path

Searched defs:pendingIntent (Results 1 – 25 of 120) sorted by relevance

12345

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/app/
H A DPendingIntentPerfTest.java64 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
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java42 PendingIntent pendingIntent = in needReinflate_differentLength() local
56 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()
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
H A DSharedConnectivitySettingsState.java71 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
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitScreenControllerTests.java188 PendingIntent pendingIntent = in testStartIntent_appendsNoUserActionFlag() local
204 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
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/
H A DContextHubClientBrokerTest.java85 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
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java119 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()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricNotificationUtils.java76 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showReEnrollmentNotification() local
100 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java475 PendingIntent pendingIntent = in createNonActiveWalletCard() local
484 PendingIntent pendingIntent = in createLockedWalletCard() local
493 PendingIntent pendingIntent = in createWalletCard() local
502 PendingIntent pendingIntent = in createWalletCardWithType() local
511 PendingIntent pendingIntent = in createCrazyWalletCard() local
/aosp14/frameworks/base/core/java/android/view/translation/
H A DTranslationManager.java312 @NonNull PendingIntent pendingIntent) { in addOnDeviceTranslationCapabilityUpdateListener()
330 @NonNull PendingIntent pendingIntent) { in addTranslationCapabilityUpdateListener()
369 @NonNull PendingIntent pendingIntent) { in removeOnDeviceTranslationCapabilityUpdateListener()
398 @NonNull PendingIntent pendingIntent) { in removeTranslationCapabilityUpdateListener()
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/slice/
H A DSliceUtilTest.kt71 val pendingIntent = sliceUriWithoutParams.createBroadcastPendingIntent() regex
91 val pendingIntent = sliceUri.createBrowsePendingIntent() regex
/aosp14/frameworks/base/core/java/android/credentials/
H A DPrepareGetCredentialResponse.java65 @Nullable PendingIntent pendingIntent) { in PendingGetCredentialHandle()
175 void onPendingIntent(@NonNull PendingIntent pendingIntent); in onPendingIntent()
H A DICreateCredentialCallback.aidl28 oneway void onPendingIntent(in PendingIntent pendingIntent); in onPendingIntent()
H A DIGetCredentialCallback.aidl28 oneway void onPendingIntent(in PendingIntent pendingIntent); in onPendingIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java84 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()
/aosp14/frameworks/base/core/java/android/companion/
H A DIAssociationRequestCallback.aidl24 oneway void onAssociationPending(in PendingIntent pendingIntent); in onAssociationPending()
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DWalletCard.java132 PendingIntent pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(source); in readFromParcel() local
308 @NonNull PendingIntent pendingIntent in Builder()
324 @NonNull PendingIntent pendingIntent) { in Builder()
H A DIQuickAccessWalletServiceCallbacks.aidl39 oneway void onTargetActivityPendingIntentReceived(in PendingIntent pendingIntent); in onTargetActivityPendingIntentReceived()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java371 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()
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubClientBroker.java304 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTileTest.java394 PendingIntent pendingIntent = in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable() local
458 PendingIntent pendingIntent = in createWalletCardWithType() local
496 PendingIntent pendingIntent = in createWalletCard() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/ambientcontext/
H A DAmbientContextManagerServiceTest.java50 PendingIntent pendingIntent = PendingIntent.getBroadcast( in testClientRequest() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DSaveImageInBackgroundTask.java275 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createShareAction() local
323 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createEditAction() local
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DSlicePurchaseBroadcastReceiver.java111 PendingIntent pendingIntent = intent.getParcelableExtra(extra, PendingIntent.class); in sendSlicePurchaseAppResponse() local
134 PendingIntent pendingIntent = intent.getParcelableExtra(extra, PendingIntent.class); in sendSlicePurchaseAppResponseWithData() local
254 PendingIntent pendingIntent = intent.getParcelableExtra(extra, PendingIntent.class); in isPendingIntentValid() local
/aosp14/frameworks/base/core/java/android/app/smartspace/uitemplatedata/
H A DTapAction.java79 @Nullable PendingIntent pendingIntent, @Nullable UserHandle userHandle, in TapAction()
220 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java119 final PendingIntent pendingIntent = getPendingIntent(conditionId); in onSubscribe() local
144 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, REQUEST_CODE, in getPendingIntent() local

12345