/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 | 174 PendingIntent callbackIntent = in continueOperation() local 260 PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() 361 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() 387 PendingIntent callbackIntent) { in GetMetadataCommandCallback() 439 PendingIntent callbackIntent) { in downloadSubscription() 525 Bundle resolvedBundle, PendingIntent callbackIntent) { in downloadSubscription() 580 PendingIntent callbackIntent, boolean withUserConsent) { in DownloadSubscriptionGetMetadataCommandCallback() 652 final PendingIntent callbackIntent) { in downloadSubscriptionPrivilegedCheckMetadata() 663 final PendingIntent callbackIntent) { in downloadSubscriptionPrivileged() 791 String callingPackage, PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList() [all …]
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | BluetoothLeScanner.java | 175 @NonNull PendingIntent callbackIntent) { in startScan() 218 final PendingIntent callbackIntent, in startScan() 296 public void stopScan(PendingIntent callbackIntent) { in stopScan()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ISoundTriggerService.aidl | 47 in ComponentName callbackIntent,in SoundTrigger.RecognitionConfig config); in startRecognitionForService()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardEsimArea.java | 117 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in onClick() local
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | AppTimeLimitController.java | 231 long timeElapsed, PendingIntent callbackIntent); in onLimitReached() 243 PendingIntent callbackIntent); in onSessionEnd() 736 long timeLimit, PendingIntent callbackIntent, @UserIdInt int userId) { in addAppUsageObserver() 844 long timeLimit, long timeUsed, PendingIntent callbackIntent, in addAppUsageLimitObserver()
|
D | UsageStatsService.java | 1374 callbackIntent, String callingPackage) { in registerAppUsageObserver() 1458 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver() 1583 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver() 1605 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, int userId) { in registerAppUsageLimitObserver()
|
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 833 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in wipeEuiccData() local 927 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in removeEuiccInvisibleSubs() local 944 .deleteSubscription(subscriptionInfo.getSubscriptionId(), callbackIntent); in removeEuiccInvisibleSubs() local
|
/frameworks/base/core/java/android/app/usage/ |
D | UsageStatsManager.java | 648 long timeLimit, @NonNull TimeUnit timeUnit, @NonNull PendingIntent callbackIntent) { in registerAppUsageObserver() 798 @Nullable PendingIntent callbackIntent) { in registerAppUsageLimitObserver()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationModeController.java | 205 Intent callbackIntent = callback.getIntent(); in enableGestureNav() 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 | 2853 public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) { in switchToSubscription()
|