/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
H A D | IEuiccController.aidl | 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/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccManager.java | 917 boolean switchAfterDownload, PendingIntent callbackIntent) { in downloadSubscription() 950 PendingIntent callbackIntent) throws IntentSender.SendIntentException { in startResolutionActivity() 981 PendingIntent callbackIntent = in continueOperation() local 1016 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() 1046 public void getDefaultDownloadableSubscriptionList(PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList() 1090 public void deleteSubscription(int subscriptionId, PendingIntent callbackIntent) { in deleteSubscription() 1130 public void switchToSubscription(int subscriptionId, PendingIntent callbackIntent) { in switchToSubscription() 1185 public void eraseSubscriptions(@NonNull PendingIntent callbackIntent) { in eraseSubscriptions() 1211 @ResetOption int options, @NonNull PendingIntent callbackIntent) { in eraseSubscriptions() 1241 public void retainSubscriptionsForFactoryReset(PendingIntent callbackIntent) { in retainSubscriptionsForFactoryReset() [all …]
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
H A D | EuiccOperation.java | 265 PendingIntent callbackIntent) { in continueOperation() 322 PendingIntent callbackIntent) { in resolvedGetMetadataDeactivateSim() 339 PendingIntent callbackIntent) { in resolvedDownloadDeactivateSim() 358 PendingIntent callbackIntent) { in resolvedDownloadNoPrivileges() 386 boolean consent, PendingIntent callbackIntent) { in resolvedDownloadNoPrivilegesOrDeactivateSimCheckMetadata() 419 PendingIntent callbackIntent) { in resolvedDownloadConfirmationCode() 436 PendingIntent callbackIntent) { in resolvedDownloadResolvableErrors() 470 PendingIntent callbackIntent) { in resolvedGetDefaultListDeactivateSim() 486 PendingIntent callbackIntent) { in resolvedSwitchDeactivateSim() 503 PendingIntent callbackIntent) { in resolvedSwitchNoPrivileges() [all …]
|
H A D | EuiccController.java | 176 PendingIntent callbackIntent = in continueOperation() local 268 PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() 395 PendingIntent callbackIntent) { in GetMetadataCommandCallback() 447 PendingIntent callbackIntent) { in downloadSubscription() 660 final PendingIntent callbackIntent) { in downloadSubscriptionPrivilegedCheckMetadata() 671 final PendingIntent callbackIntent) { in downloadSubscriptionPrivileged() 827 PendingIntent callbackIntent) { in GetDefaultListCommandCallback() 894 PendingIntent callbackIntent) { in deleteSubscription() 924 final PendingIntent callbackIntent) { in deleteSubscriptionPrivileged() 957 PendingIntent callbackIntent) { in switchToSubscription() [all …]
|
/aosp12/packages/services/Telephony/src/com/android/phone/euicc/ |
H A D | EuiccResolutionUiDispatcherActivity.java | 71 PendingIntent callbackIntent = in onDispatchFailure() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ContactSaveService.java | 195 public void onServiceCompleted(Intent callbackIntent); in onServiceCompleted() 386 Intent callbackIntent = new Intent(context, callbackActivity); in createNewRawContactIntent() local 397 Intent callbackIntent = intent.getParcelableExtra(EXTRA_CALLBACK_INTENT); in createRawContact() local 478 Intent callbackIntent = new Intent(context, callbackActivity); in createSaveContactIntent() local 769 Intent callbackIntent = new Intent(context, callbackActivity); in createNewGroupIntent() local 824 Intent callbackIntent = new Intent(context, callbackActivity); in createGroupRenameIntent() local 869 final Intent callbackIntent = new Intent(BROADCAST_GROUP_DELETED); in deleteGroup() local 921 Intent callbackIntent = new Intent(context, callbackActivity); in createGroupUpdateIntent() local 1351 Intent callbackIntent = new Intent(context, callbackActivity); in createJoinContactsIntent() local 1801 private void deliverCallback(final Intent callbackIntent) { in deliverCallback() [all …]
|
H A D | AppCompatContactsActivity.java | 91 public void onServiceCompleted(Intent callbackIntent) { in onServiceCompleted()
|
H A D | ContactsActivity.java | 90 public void onServiceCompleted(Intent callbackIntent) { in onServiceCompleted()
|
/aosp12/frameworks/base/core/java/android/bluetooth/le/ |
H A D | BluetoothLeScanner.java | 185 @NonNull PendingIntent callbackIntent) { in startScan() 240 final PendingIntent callbackIntent, in startScan() 322 public void stopScan(PendingIntent callbackIntent) { in stopScan()
|
/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
H A D | ONSProfileSelectorTest.java | 268 Intent callbackIntent = new Intent(MyONSProfileSelector.ACTION_SUB_SWITCH); in testStartProfileSelectionSuccess() local 414 Intent callbackIntent = new Intent(MyONSProfileSelector.ACTION_SUB_SWITCH); in testStartProfileSelectionWithActivePrimarySimOnESim() local 626 Intent callbackIntent = new Intent(MyONSProfileSelector.ACTION_SUB_SWITCH); in testStartProfileSelectionSuccessWithSameArgumentsAgain() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardEsimArea.java | 117 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in onClick() local
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ISoundTriggerSession.aidl | 48 in ComponentName callbackIntent,in SoundTrigger.RecognitionConfig config); in startRecognitionForService()
|
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | AppTimeLimitController.java | 237 long timeElapsed, PendingIntent callbackIntent); in onLimitReached() 249 PendingIntent callbackIntent); in onSessionEnd() 752 long timeLimit, PendingIntent callbackIntent, @UserIdInt int userId) { in addAppUsageObserver() 860 long timeLimit, long timeUsed, PendingIntent callbackIntent, in addAppUsageLimitObserver()
|
H A D | UsageStatsService.java | 2029 callbackIntent, String callingPackage) { in registerAppUsageObserver() 2113 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver() 2259 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver() 2281 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, int userId) { in registerAppUsageLimitObserver()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | RecoverySystem.java | 1043 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in wipeEuiccData() local 1141 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in removeEuiccInvisibleSubs() local 1162 .deleteSubscription(subscriptionInfo.getSubscriptionId(), callbackIntent); in removeEuiccInvisibleSubs() local
|
/aosp12/frameworks/base/core/java/android/app/usage/ |
H A D | UsageStatsManager.java | 802 long timeLimit, @NonNull TimeUnit timeUnit, @NonNull PendingIntent callbackIntent) { in registerAppUsageObserver() 952 @Nullable PendingIntent callbackIntent) { in registerAppUsageLimitObserver()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
H A D | EuiccControllerTest.java | 156 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult() 165 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult()
|
/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
H A D | ONSProfileSelector.java | 349 Intent callbackIntent = new Intent(ACTION_SUB_SWITCH); in switchToSubscription() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionManager.java | 3059 public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) { in switchToSubscription()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |