/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
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()
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
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() 1156 int subscriptionId, @Nullable String nickname, @NonNull PendingIntent callbackIntent) { in updateSubscriptionNickname() 1185 public void eraseSubscriptions(@NonNull PendingIntent callbackIntent) { in eraseSubscriptions() 1211 @ResetOption int options, @NonNull PendingIntent callbackIntent) { in eraseSubscriptions() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
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 …]
|
D | EuiccController.java | 176 PendingIntent callbackIntent = in continueOperation() local 268 PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() 369 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() 395 PendingIntent callbackIntent) { in GetMetadataCommandCallback() 447 PendingIntent callbackIntent) { in downloadSubscription() 533 Bundle resolvedBundle, PendingIntent callbackIntent) { in downloadSubscription() 588 PendingIntent callbackIntent, boolean withUserConsent) { in DownloadSubscriptionGetMetadataCommandCallback() 660 final PendingIntent callbackIntent) { in downloadSubscriptionPrivilegedCheckMetadata() 671 final PendingIntent callbackIntent) { in downloadSubscriptionPrivileged() 799 String callingPackage, PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList() [all …]
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | BluetoothLeScanner.java | 185 @NonNull PendingIntent callbackIntent) { in startScan() 240 final PendingIntent callbackIntent, in startScan() 322 public void stopScan(PendingIntent callbackIntent) { in stopScan()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardEsimArea.java | 117 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in onClick() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ISoundTriggerSession.aidl | 48 in ComponentName callbackIntent,in SoundTrigger.RecognitionConfig config); in startRecognitionForService()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
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()
|
D | UsageStatsService.java | 2017 callbackIntent, String callingPackage) { in registerAppUsageObserver() 2101 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver() 2247 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver() 2269 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, int userId) { in registerAppUsageLimitObserver()
|
/frameworks/base/core/java/android/app/usage/ |
D | UsageStatsManager.java | 802 long timeLimit, @NonNull TimeUnit timeUnit, @NonNull PendingIntent callbackIntent) { in registerAppUsageObserver() 952 @Nullable PendingIntent callbackIntent) { in registerAppUsageLimitObserver()
|
/frameworks/base/core/java/android/os/ |
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
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 156 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult() 165 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 3050 public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) { in switchToSubscription()
|