Home
last modified time | relevance | path

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

123

/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.java41 PendingIntent pendingIntent = in needReinflate_differentLength() local
53 PendingIntent pendingIntent = in needReinflate_differentLabels() local
68 PendingIntent pendingIntent = in needReinflate_differentIcons() local
103 PendingIntent pendingIntent = in needReinflate_differentChoices() local
128 PendingIntent pendingIntent = in needReinflate_differentRemoteInputLabel() local
153 PendingIntent pendingIntent = in needReinflate_negative() local
191 String title, int drawableRes, PendingIntent pendingIntent) { in createActionBuilder()
/frameworks/base/core/java/android/app/
DStatsManager.java207 PendingIntent pendingIntent, long configKey, long subscriberId) in setBroadcastSubscriber()
237 long configKey, long subscriberId, PendingIntent pendingIntent) { in setBroadcastSubscriber()
261 public void setFetchReportsOperation(PendingIntent pendingIntent, long configKey) in setFetchReportsOperation()
299 public @NonNull long[] setActiveConfigsChangedOperation(@Nullable PendingIntent pendingIntent) in setActiveConfigsChangedOperation()
330 public boolean setDataFetchOperation(long configKey, PendingIntent pendingIntent) { in setDataFetchOperation()
/frameworks/base/services/core/java/com/android/server/location/
DContextHubClientBroker.java115 PendingIntentRequest(PendingIntent pendingIntent, long nanoAppId) { in PendingIntentRequest()
152 ContextHubInfo contextHubInfo, short hostEndPointId, PendingIntent pendingIntent, in ContextHubClientBroker()
294 PendingIntent pendingIntent = null; in hasPendingIntent() local
388 private void doSendPendingIntent(PendingIntent pendingIntent, Intent intent) { in doSendPendingIntent()
DGeofenceManager.java381 private void sendIntentEnter(PendingIntent pendingIntent) { in sendIntentEnter()
391 private void sendIntentExit(PendingIntent pendingIntent) { in sendIntentExit()
401 private void sendIntent(PendingIntent pendingIntent, Intent intent) { in sendIntent()
443 public void onSendFinished(PendingIntent pendingIntent, Intent intent, int resultCode, in onSendFinished()
DContextHubClientManager.java126 ContextHubInfo contextHubInfo, PendingIntent pendingIntent, long nanoAppId) { in registerClient()
278 int contextHubId, PendingIntent pendingIntent, long nanoAppId) { in getClientBroker()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DAppSmsManager.java270 public final PendingIntent pendingIntent; field in AppSmsManager.AppRequestInfo
277 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token) { in AppRequestInfo()
282 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token, in AppRequestInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java228 public boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent) { in shouldHandleRemoteInput()
234 public boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DActionsSuggestionsHelperTest.java161 PendingIntent pendingIntent = PendingIntent.getActivity( in testDeduplicateActions() local
216 PendingIntent pendingIntent = PendingIntent.getActivity( in testDeduplicateActions_nullComponent() local
/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/core/java/android/text/style/
DEasyEditSpan.java75 public EasyEditSpan(PendingIntent pendingIntent) { in EasyEditSpan()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java114 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java362 PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo) { in activateRemoteInput()
751 boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent); in shouldHandleRemoteInput()
762 boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java173 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, portalIntent, in onShowCaptivePortalNotification() local
211 PendingIntent pendingIntent) { in getNotification()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallUninstalling.java97 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, mUninstallId, in onCreate() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java400 PendingIntent pendingIntent = in setupAppGeneratedReplies() local
432 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); in createActionBuilder() local
DRemoteInputViewTest.java99 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, in setTestPendingIntent() local
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestDevice/src/com/android/hardware/usb/aoapdevicetest/
DUsbAoapDeviceTestActivity.java101 PendingIntent pendingIntent = PendingIntent.getBroadcast( in onAccessoryAttached() local
/frameworks/base/core/java/android/service/settings/suggestions/
DSuggestion.java210 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java215 PendingIntent pendingIntent = PendingIntent.getBroadcast(realContext, 0, in testSendTextWithInvalidDestAddr() local
/frameworks/base/core/java/android/hardware/location/
DIContextHubService.aidl66 int contextHubId, in PendingIntent pendingIntent, long nanoAppId); in createPendingIntentClient()
/frameworks/base/core/java/android/view/textclassifier/intent/
DLabeledIntent.java142 final PendingIntent pendingIntent = in resolve() local
/frameworks/base/services/core/java/com/android/server/notification/
DCountdownConditionProvider.java120 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, REQUEST_CODE, in onSubscribe() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java123 PendingIntent pendingIntent = PendingIntent.getBroadcast( in showNotificationIfNotInstalledDelayed() local

123