/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 | 41 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/ |
D | StatsManager.java | 207 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/ |
D | ContextHubClientBroker.java | 115 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()
|
D | GeofenceManager.java | 381 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()
|
D | ContextHubClientManager.java | 126 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/ |
D | AppSmsManager.java | 270 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/ |
D | StatusBarRemoteInputCallback.java | 228 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/ |
D | ActionsSuggestionsHelperTest.java | 161 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/ |
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/core/java/android/text/style/ |
D | EasyEditSpan.java | 75 public EasyEditSpan(PendingIntent pendingIntent) { in EasyEditSpan()
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
D | NotificationStressTest.java | 114 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in sendNotification() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 362 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/ |
D | CarrierActionUtils.java | 173 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, portalIntent, in onShowCaptivePortalNotification() local 211 PendingIntent pendingIntent) { in getNotification()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | UninstallUninstalling.java | 97 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, mUninstallId, in onCreate() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartRepliesTest.java | 400 PendingIntent pendingIntent = in setupAppGeneratedReplies() local 432 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); in createActionBuilder() local
|
D | RemoteInputViewTest.java | 99 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, in setTestPendingIntent() local
|
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestDevice/src/com/android/hardware/usb/aoapdevicetest/ |
D | UsbAoapDeviceTestActivity.java | 101 PendingIntent pendingIntent = PendingIntent.getBroadcast( in onAccessoryAttached() local
|
/frameworks/base/core/java/android/service/settings/suggestions/ |
D | Suggestion.java | 210 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmSmsDispatcherTest.java | 215 PendingIntent pendingIntent = PendingIntent.getBroadcast(realContext, 0, in testSendTextWithInvalidDestAddr() local
|
/frameworks/base/core/java/android/hardware/location/ |
D | IContextHubService.aidl | 66 int contextHubId, in PendingIntent pendingIntent, long nanoAppId); in createPendingIntentClient()
|
/frameworks/base/core/java/android/view/textclassifier/intent/ |
D | LabeledIntent.java | 142 final PendingIntent pendingIntent = in resolve() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CountdownConditionProvider.java | 120 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, REQUEST_CODE, in onSubscribe() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | InstallCarrierAppUtils.java | 123 PendingIntent pendingIntent = PendingIntent.getBroadcast( in showNotificationIfNotInstalledDelayed() local
|