/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | IntentSenderTest.java | 20 import android.app.PendingIntent; 34 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, in testRegisteredReceivePermissionGranted() 35 makeBroadcastIntent(BROADCAST_REGISTERED), PendingIntent.FLAG_MUTABLE_UNAUDITED); in testRegisteredReceivePermissionGranted() 48 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testRegisteredReceivePermissionDenied() 49 public void onSendFinished(PendingIntent pi, Intent intent, in testRegisteredReceivePermissionDenied() 55 …PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, intent, PendingIntent.FLAG_MUTABLE_… in testRegisteredReceivePermissionDenied() 63 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, in testLocalReceivePermissionGranted() 64 makeBroadcastIntent(BROADCAST_LOCAL_GRANTED), PendingIntent.FLAG_MUTABLE_UNAUDITED); in testLocalReceivePermissionGranted() 75 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testLocalReceivePermissionDenied() 76 public void onSendFinished(PendingIntent pi, Intent intent, in testLocalReceivePermissionDenied() [all …]
|
/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() 65 PendingIntent.FLAG_MUTABLE_UNAUDITED); in create() 82 final PendingIntent previousPendingIntent = PendingIntent.getActivity(mContext, 0, in createWithCancelFlag() 83 mIntent, PendingIntent.FLAG_MUTABLE_UNAUDITED); in createWithCancelFlag() 86 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent, in createWithCancelFlag() 87 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE_UNAUDITED); in createWithCancelFlag() 104 final PendingIntent previousPendingIntent = PendingIntent.getActivity(mContext, 0, in createWithUpdateFlag() 105 mIntent, PendingIntent.FLAG_MUTABLE_UNAUDITED); in createWithUpdateFlag() 108 final PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, mIntent, in createWithUpdateFlag() 109 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_MUTABLE_UNAUDITED); in createWithUpdateFlag() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustmentTest.java | 21 import android.app.PendingIntent; 44 PendingIntent pendingIntent = in needReinflate_differentLength() 46 PendingIntent.FLAG_MUTABLE_UNAUDITED); in needReinflate_differentLength() 59 PendingIntent pendingIntent = in needReinflate_differentLabels() 61 PendingIntent.FLAG_MUTABLE_UNAUDITED); in needReinflate_differentLabels() 77 PendingIntent pendingIntent = in needReinflate_differentIcons() 96 PendingIntent firstPendingIntent = in needReinflate_differentPendingIntent() 99 PendingIntent secondPendingIntent = in needReinflate_differentPendingIntent() 119 PendingIntent pendingIntent = in needReinflate_differentChoices() 147 PendingIntent pendingIntent = in needReinflate_differentRemoteInputLabel() [all …]
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ISms.aidl | 19 import android.app.PendingIntent; 91 in PendingIntent sentIntent, in PendingIntent deliveryIntent); in sendDataForSubscriber() 125 in PendingIntent deliveryIntent, in boolean persistMessageForNonDefaultSmsApp, in sendTextForSubscriber() 176 in PendingIntent sentIntent, in PendingIntent deliveryIntent, in sendTextForSubscriberWithOptions() 193 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent); in injectSmsPduForSubscriber() 226 in List<String> parts, in List<PendingIntent> sentIntents, in sendMultipartTextForSubscriber() 276 in List<String> parts, in List<PendingIntent> sentIntents, in sendMultipartTextForSubscriberWithOptions() 457 in Uri messageUri, String scAddress, in PendingIntent sentIntent, in sendStoredText() 458 in PendingIntent deliveryIntent); in sendStoredText() 496 in List<PendingIntent> deliveryIntents); in sendStoredMultipartText() [all …]
|
H A D | ISmsImplBase.java | 19 import android.app.PendingIntent; 50 PendingIntent deliveryIntent) { in sendDataForSubscriber() 56 String destAddr, String scAddr, String text, PendingIntent sentIntent, in sendTextForSubscriber() 65 PendingIntent sentIntent, PendingIntent deliveryIntent, in sendTextForSubscriberWithOptions() 73 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber() 80 List<String> parts, List<PendingIntent> sentIntents, in sendMultipartTextForSubscriber() 89 List<String> parts, List<PendingIntent> sentIntents, in sendMultipartTextForSubscriberWithOptions() 166 Uri messageUri, String scAddress, PendingIntent sentIntent, in sendStoredText() 167 PendingIntent deliveryIntent) { in sendStoredText() 173 Uri messageUri, String scAddress, List<PendingIntent> sentIntents, in sendStoredMultipartText() [all …]
|
/aosp12/packages/apps/Car/libs/car-qc-lib/src/com/android/car/qc/ |
H A D | QCSlider.java | 19 import android.app.PendingIntent; 32 private PendingIntent mInputAction; 33 private PendingIntent mDisabledClickAction; 36 @Nullable PendingIntent inputAction, @Nullable PendingIntent disabledClickAction) { in QCSlider() 52 mInputAction = PendingIntent.CREATOR.createFromParcel(in); in QCSlider() 56 mDisabledClickAction = PendingIntent.CREATOR.createFromParcel(in); in QCSlider() 79 public PendingIntent getPrimaryAction() { in getPrimaryAction() 84 public PendingIntent getDisabledClickAction() { in getDisabledClickAction() 121 private PendingIntent mInputAction; 122 private PendingIntent mDisabledClickAction; [all …]
|
H A D | QCActionItem.java | 19 import android.app.PendingIntent; 33 private PendingIntent mAction; 34 private PendingIntent mDisabledClickAction; 38 @Nullable PendingIntent action, @Nullable PendingIntent disabledClickAction) { in QCActionItem() 57 mAction = PendingIntent.CREATOR.createFromParcel(in); in QCActionItem() 61 mDisabledClickAction = PendingIntent.CREATOR.createFromParcel(in); in QCActionItem() 88 public PendingIntent getPrimaryAction() { in getPrimaryAction() 93 public PendingIntent getDisabledClickAction() { in getDisabledClickAction() 132 private PendingIntent mAction; 133 private PendingIntent mDisabledClickAction; [all …]
|
H A D | QCTile.java | 19 import android.app.PendingIntent; 40 private PendingIntent mAction; 41 private PendingIntent mDisabledClickAction; 45 @Nullable PendingIntent action, @Nullable PendingIntent disabledClickAction) { in QCTile() 66 mAction = PendingIntent.CREATOR.createFromParcel(in); in QCTile() 70 mDisabledClickAction = PendingIntent.CREATOR.createFromParcel(in); in QCTile() 98 public PendingIntent getPrimaryAction() { in getPrimaryAction() 103 public PendingIntent getDisabledClickAction() { in getDisabledClickAction() 147 private PendingIntent mAction; 148 private PendingIntent mDisabledClickAction; [all …]
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
H A D | ConnectedDevicesSliceProvider.java | 127 final PendingIntent noOpIntent = PendingIntent.getActivity( in onCreatePermissionRequest() 255 PendingIntent pendingIntent = PendingIntent.getActivity( in createBluetoothDeviceSlice() 257 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT); in createBluetoothDeviceSlice() 261 PendingIntent followupIntent = PendingIntent.getBroadcast( in createBluetoothDeviceSlice() 263 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT); in createBluetoothDeviceSlice() 288 PendingIntent renamePendingIntent = PendingIntent.getActivity( in createBluetoothDeviceSlice() 293 PendingIntent renameFollowupIntent = PendingIntent.getBroadcast( in createBluetoothDeviceSlice() 295 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT); in createBluetoothDeviceSlice() 319 PendingIntent disconnectPendingIntent = PendingIntent.getActivity( in createBluetoothDeviceSlice() 323 PendingIntent forgetFollowupIntent = PendingIntent.getBroadcast( in createBluetoothDeviceSlice() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/ |
H A D | RecordingControllerTest.java | 26 import android.app.PendingIntent; 93 public void testStartRecording() throws PendingIntent.CanceledException { in testStartRecording() 98 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testStartRecording() 107 public void testStopRecording() throws PendingIntent.CanceledException { in testStopRecording() 112 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testStopRecording() 113 PendingIntent stopIntent = Mockito.mock(PendingIntent.class); in testStopRecording() 144 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testUpdateStateBroadcast() 173 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testUserChange() 174 PendingIntent stopIntent = Mockito.mock(PendingIntent.class); in testUserChange()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | StorageNotification.java | 23 import android.app.PendingIntent; 634 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildInitPendingIntent() 654 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildInitPendingIntent() 667 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildUnmountPendingIntent() 676 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildUnmountPendingIntent() 730 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildVolumeSettingsPendingIntent() 740 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildSnoozeIntent() 753 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildForgetPendingIntent() 776 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildWizardMigratePendingIntent() 795 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in buildWizardMovePendingIntent() [all …]
|
/aosp12/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
H A D | NotificationHelper.java | 7 import android.app.PendingIntent; 39 private final SparseArray<PendingIntent> mIntents = new SparseArray<PendingIntent>(); 55 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE_UNAUDITED)); in NotificationHelper() 56 mIntents.put(R.drawable.ic_play_arrow, PendingIntent.getBroadcast(mService, 100, in NotificationHelper() 58 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE_UNAUDITED)); in NotificationHelper() 61 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE_UNAUDITED)); in NotificationHelper() 62 mIntents.put(R.drawable.ic_skip_next, PendingIntent.getBroadcast(mService, 100, in NotificationHelper() 64 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE_UNAUDITED)); in NotificationHelper() 65 mIntents.put(R.drawable.ic_fast_rewind, PendingIntent.getBroadcast(mService, 100, in NotificationHelper() 67 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE_UNAUDITED)); in NotificationHelper() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | SaveImageInBackgroundTask.java | 260 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createShareAction() 262 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in createShareAction() 275 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in createShareAction() 307 PendingIntent pendingIntent = PendingIntent.getActivityAsUser( in createEditAction() 325 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE, in createEditAction() 343 PendingIntent deleteAction = PendingIntent.getBroadcast(context, requestCode, 391 PendingIntent broadcastIntent = PendingIntent.getBroadcast(context, 432 PendingIntent updatedPendingIntent = PendingIntent.getActivity( 434 PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE); 446 PendingIntent broadcastIntent = PendingIntent.getBroadcast(context, [all …]
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
H A D | IEuiccController.aidl | 19 import android.app.PendingIntent; 32 String callingPackage, in PendingIntent callbackIntent); in getDownloadableSubscriptionMetadata() 34 String callingPackage, in PendingIntent callbackIntent); in getDefaultDownloadableSubscriptionList() 39 in PendingIntent callbackIntent); in downloadSubscription() 42 in PendingIntent callbackIntent); in deleteSubscription() 44 in PendingIntent callbackIntent); in switchToSubscription() 46 String callingPackage, in PendingIntent callbackIntent); in updateSubscriptionNickname() 47 oneway void eraseSubscriptions(int cardId, in PendingIntent callbackIntent); in eraseSubscriptions() 49 int cardId, int options, in PendingIntent callbackIntent); in eraseSubscriptionsWithOptions() 50 oneway void retainSubscriptionsForFactoryReset(int cardId, in PendingIntent callbackIntent); in retainSubscriptionsForFactoryReset()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | SettingsQCItem.java | 19 import android.app.PendingIntent; 70 PendingIntent getActivityIntent(Intent intent) { in getActivityIntent() 71 return PendingIntent.getActivity(getContext(), in getActivityIntent() 73 PendingIntent.FLAG_IMMUTABLE); in getActivityIntent() 79 PendingIntent getBroadcastIntent() { in getBroadcastIntent() 86 PendingIntent getBroadcastIntent(Bundle extras) { in getBroadcastIntent() 98 PendingIntent getBroadcastIntent(Bundle extras, int requestCode) { in getBroadcastIntent() 106 return PendingIntent.getBroadcast(getContext(), requestCode, intent, in getBroadcastIntent() 107 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_MUTABLE); in getBroadcastIntent()
|
/aosp12/frameworks/base/errorprone/tests/res/android/app/ |
H A D | PendingIntent.java | 24 public class PendingIntent { class 30 public static PendingIntent getActivity(Context context, int requestCode, in getActivity() 35 public static PendingIntent getActivityAsUser(Context context, int requestCode, in getActivityAsUser() 40 public static PendingIntent getActivities(Context context, int requestCode, in getActivities() 45 public static PendingIntent getActivitiesAsUser(Context context, int requestCode, in getActivitiesAsUser() 50 public static PendingIntent getBroadcast(Context context, int requestCode, in getBroadcast() 55 public static PendingIntent getBroadcastAsUser(Context context, int requestCode, in getBroadcastAsUser() 60 public static PendingIntent getService(Context context, int requestCode, in getService() 65 public static PendingIntent getForegroundService(Context context, int requestCode, in getForegroundService()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | PendingIntent.java | 125 public final class PendingIntent implements Parcelable { class 287 private final PendingIntent mPendingIntent; 1282 if (otherObj instanceof PendingIntent) { in equals() 1325 public static final @NonNull Creator<PendingIntent> CREATOR = new Creator<PendingIntent>() { 1326 public PendingIntent createFromParcel(Parcel in) { 1329 ? new PendingIntent(target, in.getClassCookie(PendingIntent.class)) 1333 public PendingIntent[] newArray(int size) { 1334 return new PendingIntent[size]; 1370 return b != null ? new PendingIntent(b, in.getClassCookie(PendingIntent.class)) : null; in readPendingIntentOrNullFromParcel() 1378 public PendingIntent(IIntentSender target) { in PendingIntent() method in PendingIntent [all …]
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothDiscoverableTimeoutReceiver.java | 21 import android.app.PendingIntent; 40 PendingIntent pending = PendingIntent.getBroadcast( in setDiscoverableAlarm() 41 context, 0, intent, PendingIntent.FLAG_IMMUTABLE); in setDiscoverableAlarm() 50 pending = PendingIntent.getBroadcast(context, 0, intent, PendingIntent.FLAG_IMMUTABLE); in setDiscoverableAlarm() 60 PendingIntent pending = PendingIntent.getBroadcast( in cancelDiscoverableAlarm() 61 context, 0, intent, PendingIntent.FLAG_NO_CREATE | PendingIntent.FLAG_IMMUTABLE); in cancelDiscoverableAlarm()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverySnapshotListenersStorageTest.java | 6 import android.app.PendingIntent; 42 PendingIntent intent = PendingIntent.getBroadcast( in hasListener_isTrueForRegisteredUid() 44 new Intent(), /*flags=*/ PendingIntent.FLAG_MUTABLE_UNAUDITED); in hasListener_isTrueForRegisteredUid() 56 PendingIntent intent = PendingIntent.getBroadcast( in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified() 57 …ontext, /*requestCode=*/ 0, new Intent(TEST_INTENT_ACTION), /*flags=*/PendingIntent.FLAG_MUTABLE_U… in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified() 77 PendingIntent intent = PendingIntent.getBroadcast( in setSnapshotListener_doesNotRepeatedlyInvokeListener() 78 …ontext, /*requestCode=*/ 0, new Intent(TEST_INTENT_ACTION), /*flags=*/PendingIntent.FLAG_MUTABLE_U… in setSnapshotListener_doesNotRepeatedlyInvokeListener()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/listeners/ |
H A D | PendingIntentListenerRegistration.java | 20 import android.app.PendingIntent; 33 RemoteListenerRegistration<TRequest, TListener> implements PendingIntent.CancelListener { 42 PendingIntent getPendingIntent(); in getPendingIntent() 74 if (e instanceof PendingIntent.CanceledException) { in onOperationFailure() 83 public void onCancelled(PendingIntent intent) { in onCancelled() 92 private PendingIntent getPendingIntentFromKey(Object key) { in getPendingIntentFromKey() 93 if (key instanceof PendingIntent) { in getPendingIntentFromKey() 94 return (PendingIntent) key; in getPendingIntentFromKey()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | TimerNotificationBuilder.kt | 24 import android.app.PendingIntent 152 val pendingShowApp: PendingIntent = 153 PendingIntent.getService(context, REQUEST_CODE_UPCOMING, showApp, 154 PendingIntent.FLAG_ONE_SHOT or PendingIntent.FLAG_UPDATE_CURRENT) 199 val pi: PendingIntent = 201 PendingIntent.FLAG_ONE_SHOT or PendingIntent.FLAG_UPDATE_CURRENT) 208 val pi: PendingIntent? = PendingIntent.getService(context, 0, updateNotification, 209 PendingIntent.FLAG_ONE_SHOT or PendingIntent.FLAG_NO_CREATE) 225 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) 354 val pendingShowApp: PendingIntent = [all …]
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/ |
H A D | QCItemTestCase.java | 20 import android.app.PendingIntent; 35 protected PendingIntent mDefaultAction = PendingIntent.getActivity(mContext, 36 /* requestCode= */ 0, new Intent(), PendingIntent.FLAG_IMMUTABLE); 37 protected PendingIntent mDefaultDisabledAction = PendingIntent.getActivity(mContext, 38 /* requestCode= */ 1, new Intent(), PendingIntent.FLAG_IMMUTABLE);
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SmsManager.java | 29 import android.app.PendingIntent; 463 PendingIntent sentIntent, PendingIntent deliveryIntent) { in sendTextMessage() 482 @Nullable PendingIntent sentIntent, @Nullable PendingIntent deliveryIntent, in sendTextMessage() 595 PendingIntent sentIntent, PendingIntent deliveryIntent, in sendTextMessage() 602 String text, PendingIntent sentIntent, PendingIntent deliveryIntent, in sendTextMessageInternal() 693 PendingIntent sentIntent, PendingIntent deliveryIntent) { in sendTextMessageWithoutPersisting() 801 PendingIntent sentIntent, PendingIntent deliveryIntent, int priority, in sendTextMessageWithoutPersisting() 1030 List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents, in sendMultipartTextMessageInternal() 1125 List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) { in sendMultipartTextMessageWithoutPersisting() 1261 List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents, in sendMultipartTextMessageInternal() [all …]
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
H A D | NotificationController.java | 22 import android.app.PendingIntent; 179 PendingIntent.getBroadcast(context, 0, noThanksIntent, in showNotification() 180 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE)); in showNotification() 187 PendingIntent.getBroadcast(context, 0, activateIntent, in showNotification() 188 PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE)); in showNotification() 192 PendingIntent deleteIntent = PendingIntent.getBroadcast(context, 0, in showNotification() 194 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in showNotification() 198 PendingIntent tapIntent = PendingIntent.getBroadcast(context, 0, contentIntent, in showNotification() 199 PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE); in showNotification()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | BtSmsInterfaceManager.java | 20 import android.app.PendingIntent; 43 public void sendText(Context context, String destAddr, String text, PendingIntent sentIntent, in sendText() 44 PendingIntent deliveryIntent, SubscriptionInfo info) { in sendText() 65 private void sendErrorInPendingIntent(PendingIntent intent, int errorCode) { in sendErrorInPendingIntent() 71 } catch (PendingIntent.CanceledException e) { in sendErrorInPendingIntent() 83 final PendingIntent mSentIntent; 84 final PendingIntent mDeliveryIntent; 87 final PendingIntent sentIntent, final PendingIntent deliveryIntent) { in MapMessageSender()
|