Home
last modified time | relevance | path

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

1234

/frameworks/base/apct-tests/perftests/core/src/android/app/
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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java44 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/
DMediaButtonReceiverHolder.java113 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/
DBiometricNotificationUtils.java61 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/
DWalletScreenControllerTest.java431 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/
DTranslationManager.java340 @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/
DAppSmsManager.java272 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/
DGeofenceManager.java96 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()
DGeofenceKey.java34 GeofenceKey(PendingIntent pendingIntent, Geofence geofence) { in GeofenceKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSmartActionsReceiver.java49 PendingIntent pendingIntent = intent.getParcelableExtra(EXTRA_ACTION_INTENT); in onReceive() local
DScreenshotNotificationsController.java84 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in notifyScreenshotError() local
DSaveImageInBackgroundTask.java260 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createShareAction() local
307 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createEditAction() local
/frameworks/base/core/java/android/service/quickaccesswallet/
DWalletCard.java75 PendingIntent pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(source); in readFromParcel() local
200 @NonNull PendingIntent pendingIntent) { in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java390 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/
DContextHubClientBroker.java281 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/
DGlobalActionsPanelPlugin.java71 default void startPendingIntentDismissingKeyguard(PendingIntent pendingIntent) { in startPendingIntentDismissingKeyguard()
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultReceiverTest.java101 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAlarmTile.kt78 val pendingIntent = lastAlarmInfo?.showIntent in <lambda>() constant
/frameworks/base/core/java/android/app/search/
DSearchAction.java90 @Nullable PendingIntent pendingIntent, in SearchAction()
303 public SearchAction.Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent()
/frameworks/base/core/java/android/app/smartspace/
DSmartspaceAction.java101 @Nullable PendingIntent pendingIntent, in SmartspaceAction()
312 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent()
/frameworks/base/core/java/android/text/style/
DEasyEditSpan.java76 public EasyEditSpan(PendingIntent pendingIntent) { in EasyEditSpan()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java249 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/
DGsmSmsDispatcherTest.java246 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/
DNotificationStressTest.java114 …PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, PendingIntent.FLAG_MU… in sendNotification() local
/frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/
DScheduleInfo.java151 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent()

1234