| /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 | 42 PendingIntent pendingIntent = in needReinflate_differentLength() local 54 PendingIntent pendingIntent = in needReinflate_differentLabels() local 69 PendingIntent pendingIntent = in needReinflate_differentIcons() local 104 PendingIntent pendingIntent = in needReinflate_differentChoices() local 129 PendingIntent pendingIntent = in needReinflate_differentRemoteInputLabel() local 154 PendingIntent pendingIntent = in needReinflate_negative() local 216 String title, int drawableRes, PendingIntent pendingIntent) { in createActionBuilder()
|
| /frameworks/base/apex/statsd/aidl/android/os/ |
| D | IStatsManagerService.aidl | 36 void setDataFetchOperation(long configId, in PendingIntent pendingIntent, in setDataFetchOperation() 54 long[] setActiveConfigsChangedOperation(in PendingIntent pendingIntent, in String packageName); in setActiveConfigsChangedOperation() 78 void setBroadcastSubscriber(long configKey, long subscriberId, in PendingIntent pendingIntent, in setBroadcastSubscriber()
|
| /frameworks/base/services/core/java/com/android/server/location/ |
| D | GeofenceManager.java | 331 private void sendIntentEnter(PendingIntent pendingIntent) { in sendIntentEnter() 341 private void sendIntentExit(PendingIntent pendingIntent) { in sendIntentExit() 351 private void sendIntent(PendingIntent pendingIntent, Intent intent) { in sendIntent() 396 public void onSendFinished(PendingIntent pendingIntent, Intent intent, int resultCode, in onSendFinished()
|
| D | ContextHubClientBroker.java | 137 PendingIntentRequest(PendingIntent pendingIntent, long nanoAppId) { in PendingIntentRequest() 183 ContextHubInfo contextHubInfo, short hostEndPointId, PendingIntent pendingIntent, in ContextHubClientBroker() 329 PendingIntent pendingIntent = null; in hasPendingIntent() local 430 private void doSendPendingIntent(PendingIntent pendingIntent, Intent intent) { in doSendPendingIntent()
|
| D | ContextHubClientManager.java | 215 ContextHubInfo contextHubInfo, PendingIntent pendingIntent, long nanoAppId) { in registerClient() 376 int contextHubId, PendingIntent pendingIntent, long nanoAppId) { in getClientBroker()
|
| /frameworks/base/apex/statsd/framework/java/android/app/ |
| D | StatsManager.java | 248 PendingIntent pendingIntent, long configKey, long subscriberId) in setBroadcastSubscriber() 277 long configKey, long subscriberId, PendingIntent pendingIntent) { in setBroadcastSubscriber() 301 public void setFetchReportsOperation(PendingIntent pendingIntent, long configKey) in setFetchReportsOperation() 337 public @NonNull long[] setActiveConfigsChangedOperation(@Nullable PendingIntent pendingIntent) in setActiveConfigsChangedOperation() 366 public boolean setDataFetchOperation(long configKey, PendingIntent pendingIntent) { in setDataFetchOperation()
|
| /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/services/core/java/com/android/server/media/ |
| D | MediaButtonReceiverHolder.java | 109 PendingIntent pendingIntent) { in create() 145 private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, in MediaButtonReceiverHolder() 154 private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, String packageName) { in MediaButtonReceiverHolder()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
| D | SmartActionsReceiver.java | 49 PendingIntent pendingIntent = intent.getParcelableExtra(EXTRA_ACTION_INTENT); in onReceive() local
|
| D | SaveImageInBackgroundTask.java | 286 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createShareAction() local 330 PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, 0, in createEditAction() local
|
| /frameworks/base/core/java/android/service/quickaccesswallet/ |
| D | WalletCard.java | 75 PendingIntent pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(source); in readFromParcel() local 200 @NonNull PendingIntent pendingIntent) { in Builder()
|
| /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/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | StatusBarRemoteInputCallback.java | 240 public boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent) { in shouldHandleRemoteInput() 246 public boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
|
| /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/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/ |
| D | ScheduleInfo.java | 151 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent()
|
| /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/SystemUI/src/com/android/systemui/statusbar/ |
| D | NotificationRemoteInputManager.java | 379 PendingIntent pendingIntent, @Nullable EditedSuggestionInfo editedSuggestionInfo) { in activateRemoteInput() 808 boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent); in shouldHandleRemoteInput() 819 boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
|
| /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 | 413 PendingIntent pendingIntent = in setupAppGeneratedReplies() local 445 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); in createActionBuilder() local
|
| /frameworks/base/core/java/android/window/ |
| D | TaskEmbedder.java | 380 public void startActivity(@NonNull PendingIntent pendingIntent) { in startActivity() 400 public void startActivity(@NonNull PendingIntent pendingIntent, @Nullable Intent fillInIntent, in startActivity()
|
| /frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestDevice/src/com/android/hardware/usb/aoapdevicetest/ |
| D | UsbAoapDeviceTestActivity.java | 101 PendingIntent pendingIntent = PendingIntent.getBroadcast( in onAccessoryAttached() local
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | BubbleExtractor.java | 182 protected boolean canLaunchInActivityView(Context context, PendingIntent pendingIntent, in canLaunchInActivityView()
|