/aosp12/frameworks/base/apct-tests/perftests/core/src/android/app/ |
H A 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
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustmentTest.java | 44 PendingIntent pendingIntent = in needReinflate_differentLength() local 59 PendingIntent pendingIntent = in needReinflate_differentLabels() local 77 PendingIntent pendingIntent = in needReinflate_differentIcons() local 119 PendingIntent pendingIntent = in needReinflate_differentChoices() local 147 PendingIntent pendingIntent = in needReinflate_differentRemoteInputLabel() local 175 PendingIntent pendingIntent = in needReinflate_negative() local 238 String title, int drawableRes, PendingIntent pendingIntent) { in createActionBuilder()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaButtonReceiverHolder.java | 113 PendingIntent pendingIntent, String sessionPackageName) { in create() 136 private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, in MediaButtonReceiverHolder() 145 private MediaButtonReceiverHolder(int userId, PendingIntent pendingIntent, String packageName) { in MediaButtonReceiverHolder() 270 private static int getComponentType(PendingIntent pendingIntent) { in getComponentType() 314 private static ComponentName getComponentName(PendingIntent pendingIntent, int componentType) { in getComponentName()
|
/aosp12/packages/modules/StatsD/aidl/android/os/ |
H A 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | BiometricNotificationUtils.java | 61 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showReEnrollmentNotification() local 97 final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(context, in showBadCalibrationNotification() local 108 String content, PendingIntent pendingIntent, String channelName, in showNotificationHelper()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenControllerTest.java | 432 PendingIntent pendingIntent = in createNonActiveWalletCard() local 441 PendingIntent pendingIntent = in createLockedWalletCard() local 450 PendingIntent pendingIntent = in createWalletCard() local 459 PendingIntent pendingIntent = in createCrazyWalletCard() local
|
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/ |
H A D | PreferenceSliceBuilder.java | 430 public RowBuilder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() 442 public RowBuilder setFollowupPendingIntent(@NonNull PendingIntent pendingIntent) { in setFollowupPendingIntent() 584 PendingIntent pendingIntent, boolean isChecked) { in addRadioButton() 595 PendingIntent pendingIntent, boolean isChecked, CharSequence radioGroup) { in addRadioButton() 605 PendingIntent pendingIntent, boolean isChecked) { in addCheckMark() 615 PendingIntent pendingIntent, boolean isChecked) { in addSwitch() 620 PendingIntent pendingIntent, boolean isChecked, @BUTTONSTYLE int style) { in addButton() 635 PendingIntent pendingIntent, @NonNull CharSequence actionTitle, boolean isChecked) { in addSwitch() 642 PendingIntent pendingIntent, int min, int max, int value) { in addSeekBar()
|
/aosp12/frameworks/base/core/java/android/view/translation/ |
H A D | TranslationManager.java | 340 @NonNull PendingIntent pendingIntent) { in addOnDeviceTranslationCapabilityUpdateListener() 358 @NonNull PendingIntent pendingIntent) { in addTranslationCapabilityUpdateListener() 397 @NonNull PendingIntent pendingIntent) { in removeOnDeviceTranslationCapabilityUpdateListener() 426 @NonNull PendingIntent pendingIntent) { in removeTranslationCapabilityUpdateListener()
|
/aosp12/packages/modules/StatsD/framework/java/android/app/ |
H A 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/geofence/ |
H A D | GeofenceManager.java | 96 PendingIntent pendingIntent) { in GeofenceRegistration() 198 private void sendIntent(PendingIntent pendingIntent, boolean entering) { in sendIntent() 295 public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName, in addGeofence() 314 public void removeGeofence(PendingIntent pendingIntent) { in removeGeofence()
|
H A D | GeofenceKey.java | 34 GeofenceKey(PendingIntent pendingIntent, Geofence geofence) { in GeofenceKey()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | AppSmsManager.java | 272 public final PendingIntent pendingIntent; field in AppSmsManager.AppRequestInfo 279 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token) { in AppRequestInfo() 284 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token, in AppRequestInfo()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/ |
H A D | SuggestionsPreferenceControllerTest.java | 203 PendingIntent pendingIntent = mock(PendingIntent.class); in launchSuggestion_sendsPendingIntent() local 215 PendingIntent pendingIntent = mock(PendingIntent.class); in launchSuggestion_callsSuggestionControllerLaunch() local
|
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/ |
H A D | WalletCard.java | 75 PendingIntent pendingIntent = PendingIntent.readPendingIntentOrNullFromParcel(source); in readFromParcel() local 200 @NonNull PendingIntent pendingIntent) { in Builder()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | SaveImageInBackgroundTask.java | 260 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createShareAction() local 307 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createEditAction() local
|
H A D | SmartActionsReceiver.java | 49 PendingIntent pendingIntent = intent.getParcelableExtra(EXTRA_ACTION_INTENT); in onReceive() local
|
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/ |
H A D | WalletPanelViewController.java | 275 PendingIntent pendingIntent = ((QAWalletCardViewInfo) card).mWalletCard.getPendingIntent(); in onCardClicked() local 313 PendingIntent pendingIntent = PendingIntent.getActivity(mSysuiContext, 0, intent, in startIntent() local 318 private void startPendingIntent(PendingIntent pendingIntent) { in startPendingIntent()
|
/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/ |
H A D | HeadsUpNotificationFragment.java | 65 PendingIntent pendingIntent = in createNotification() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubClientBroker.java | 287 PendingIntentRequest(PendingIntent pendingIntent, long nanoAppId) { in PendingIntentRequest() 317 ContextHubTransactionManager transactionManager, PendingIntent pendingIntent, in ContextHubClientBroker() 356 short hostEndPointId, PendingIntent pendingIntent, long nanoAppId, in ContextHubClientBroker() 578 PendingIntent pendingIntent = null; in hasPendingIntent() local 836 private void doSendPendingIntent(PendingIntent pendingIntent, Intent intent) { in doSendPendingIntent()
|
/aosp12/packages/apps/Car/Media/src/com/android/car/media/ |
H A D | ErrorScreenController.java | 37 public void setError(String message, String label, PendingIntent pendingIntent, in setError()
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/ |
H A D | CarPackageManagerUtils.java | 39 @NonNull PendingIntent pendingIntent) { in isDistractionOptimized()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
H A D | MissedCallNotificationController.java | 184 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in getContentPendingIntent() local 200 PendingIntent pendingIntent = PendingIntent.getService( in getDeleteIntent() local
|
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/ |
H A D | PlaybackErrorViewController.java | 67 @Nullable PendingIntent pendingIntent, boolean isDistractionOptimized) { in setError()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | SmsStorageStatusManager.java | 65 final PendingIntent pendingIntent = UIIntents.get() in postStorageLowNotification() local
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | DailyLoggingAlarmScheduler.java | 69 PendingIntent pendingIntent = createAlarmReceiverPendingIntent(appContext); in setAlarm() local
|