Home
last modified time | relevance | path

Searched defs:pendingIntent (Results 1 – 25 of 76) 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.java42 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/
DIStatsManagerService.aidl36 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/
DGeofenceManager.java331 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()
DContextHubClientBroker.java137 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()
DContextHubClientManager.java215 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/
DStatsManager.java248 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/
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/services/core/java/com/android/server/media/
DMediaButtonReceiverHolder.java109 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/
DSmartActionsReceiver.java49 PendingIntent pendingIntent = intent.getParcelableExtra(EXTRA_ACTION_INTENT); in onReceive() local
DSaveImageInBackgroundTask.java286 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createShareAction() local
330 PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, 0, 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/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/statusbar/phone/
DStatusBarRemoteInputCallback.java240 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/
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/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/
DScheduleInfo.java151 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent()
/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/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java379 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/
DUninstallUninstalling.java97 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, mUninstallId, in onCreate() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java413 PendingIntent pendingIntent = in setupAppGeneratedReplies() local
445 PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); in createActionBuilder() local
/frameworks/base/core/java/android/window/
DTaskEmbedder.java380 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/
DUsbAoapDeviceTestActivity.java101 PendingIntent pendingIntent = PendingIntent.getBroadcast( in onAccessoryAttached() local
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java182 protected boolean canLaunchInActivityView(Context context, PendingIntent pendingIntent, in canLaunchInActivityView()

1234