| /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/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/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 | 294 public final PendingIntent pendingIntent; field in AppSmsManager.AppRequestInfo 301 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token) { in AppRequestInfo() 306 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token, in AppRequestInfo()
|
| /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/src/com/android/systemui/statusbar/phone/ |
| D | StatusBarRemoteInputCallback.java | 223 public boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent) { in shouldHandleRemoteInput() 229 public boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
|
| /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 | 103 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 | 358 PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo) { in activateRemoteInput() 735 boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent); in shouldHandleRemoteInput() 746 boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
|
| /frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
| D | CarrierActionUtils.java | 174 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, portalIntent, in onShowCaptivePortalNotification() local 212 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/base/core/java/android/hardware/location/ |
| D | IContextHubService.aidl | 66 int contextHubId, in PendingIntent pendingIntent, long nanoAppId); in createPendingIntentClient()
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
| D | GsmSmsDispatcherTest.java | 217 PendingIntent pendingIntent = PendingIntent.getBroadcast(realContext, 0, in testSendTextWithInvalidDestAddr() 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/base/core/java/android/view/textclassifier/intent/ |
| D | LabeledIntent.java | 142 final PendingIntent pendingIntent = in resolve() local
|
| /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
| D | SourceActivity.java | 146 PendingIntent pendingIntent = PendingIntent.getBroadcast( in connect() local
|