Home
last modified time | relevance | path

Searched defs:callbackIntent (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl33 String callingPackage, in PendingIntent callbackIntent); in getDownloadableSubscriptionMetadata()
35 String callingPackage, in PendingIntent callbackIntent); in getDefaultDownloadableSubscriptionList()
40 in PendingIntent callbackIntent); in downloadSubscription()
43 in PendingIntent callbackIntent); in deleteSubscription()
45 in PendingIntent callbackIntent); in switchToSubscription()
47 String callingPackage, in PendingIntent callbackIntent); in switchToSubscriptionWithPort()
49 String callingPackage, in PendingIntent callbackIntent); in updateSubscriptionNickname()
50 oneway void eraseSubscriptions(int cardId, in PendingIntent callbackIntent); in eraseSubscriptions()
52 int cardId, int options, in PendingIntent callbackIntent); in eraseSubscriptionsWithOptions()
53 oneway void retainSubscriptionsForFactoryReset(int cardId, in PendingIntent callbackIntent); in retainSubscriptionsForFactoryReset()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java1090 boolean switchAfterDownload, PendingIntent callbackIntent) { in downloadSubscription()
1123 PendingIntent callbackIntent) throws IntentSender.SendIntentException { in startResolutionActivity()
1157 PendingIntent callbackIntent = in continueOperation() local
1195 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
1228 public void getDefaultDownloadableSubscriptionList(PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
1286 public void deleteSubscription(int subscriptionId, PendingIntent callbackIntent) { in deleteSubscription()
1352 public void switchToSubscription(int subscriptionId, PendingIntent callbackIntent) { in switchToSubscription()
1417 @NonNull PendingIntent callbackIntent) { in switchToSubscription()
1457 int subscriptionId, @Nullable String nickname, @NonNull PendingIntent callbackIntent) { in updateSubscriptionNickname()
1488 public void eraseSubscriptions(@NonNull PendingIntent callbackIntent) { in eraseSubscriptions()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java266 PendingIntent callbackIntent) { in continueOperation()
345 PendingIntent callbackIntent) { in resolvedGetMetadataDeactivateSim()
362 PendingIntent callbackIntent) { in resolvedDownloadDeactivateSim()
382 PendingIntent callbackIntent) { in resolvedDownloadNoPrivileges()
414 int portIndex, boolean consent, PendingIntent callbackIntent) { in resolvedDownloadNoPrivilegesOrDeactivateSimCheckMetadata()
448 PendingIntent callbackIntent) { in resolvedDownloadConfirmationCode()
468 PendingIntent callbackIntent) { in resolvedDownloadResolvableErrors()
504 PendingIntent callbackIntent) { in resolvedGetDefaultListDeactivateSim()
520 PendingIntent callbackIntent, boolean usePortIndex) { in resolvedSwitchDeactivateSim()
540 PendingIntent callbackIntent, boolean usePortIndex) { in resolvedSwitchNoPrivileges()
[all …]
DEuiccController.java209 PendingIntent callbackIntent = in continueOperation() local
350 PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
451 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
479 PendingIntent callbackIntent) { in GetMetadataCommandCallback()
532 PendingIntent callbackIntent) { in downloadSubscription()
623 Bundle resolvedBundle, PendingIntent callbackIntent) { in downloadSubscription()
723 PendingIntent callbackIntent, boolean withUserConsent, int portIndex) { in DownloadSubscriptionGetMetadataCommandCallback()
797 Bundle resolvedBundle, final PendingIntent callbackIntent) { in downloadSubscriptionPrivilegedCheckMetadata()
811 Bundle resolvedBundle, final PendingIntent callbackIntent) { in downloadSubscriptionPrivileged()
830 final PendingIntent callbackIntent, boolean markAsOwnedByAdmin, in downloadSubscriptionPrivileged()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardEsimArea.java133 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in onClick() local
/frameworks/base/core/java/com/android/internal/app/
DISoundTriggerSession.aidl49 in ComponentName callbackIntent,in SoundTrigger.RecognitionConfig config); in startRecognitionForService()
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java237 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()
DUsageStatsService.java2877 callbackIntent, String callingPackage) { in registerAppUsageObserver()
2961 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver()
3197 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver()
3219 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, int userId) { in registerAppUsageLimitObserver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DSimBouncerInteractor.kt147 val callbackIntent = in disableEsim() constant
/frameworks/base/core/java/android/os/
DRecoverySystem.java1026 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in wipeEuiccData() local
1124 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in removeEuiccInvisibleSubs() local
1145 .deleteSubscription(subscriptionInfo.getSubscriptionId(), callbackIntent); in removeEuiccInvisibleSubs() local
/frameworks/base/core/java/android/app/usage/
DUsageStatsManager.java965 long timeLimit, @NonNull TimeUnit timeUnit, @NonNull PendingIntent callbackIntent) { in registerAppUsageObserver()
1115 @Nullable PendingIntent callbackIntent) { in registerAppUsageLimitObserver()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java192 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult()
201 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult()
208 PendingIntent callbackIntent, in refreshSubscriptionsAndSendResult()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java3743 public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) { in switchToSubscription()