Home
last modified time | relevance | path

Searched defs:callbackIntent (Results 1 – 12 of 12) 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.java1021 boolean switchAfterDownload, PendingIntent callbackIntent) { in downloadSubscription()
1054 PendingIntent callbackIntent) throws IntentSender.SendIntentException { in startResolutionActivity()
1085 PendingIntent callbackIntent = in continueOperation() local
1120 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
1150 public void getDefaultDownloadableSubscriptionList(PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
1194 public void deleteSubscription(int subscriptionId, PendingIntent callbackIntent) { in deleteSubscription()
1257 public void switchToSubscription(int subscriptionId, PendingIntent callbackIntent) { in switchToSubscription()
1319 @NonNull PendingIntent callbackIntent) { in switchToSubscription()
1356 int subscriptionId, @Nullable String nickname, @NonNull PendingIntent callbackIntent) { in updateSubscriptionNickname()
1385 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.java188 PendingIntent callbackIntent = in continueOperation() local
299 PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
400 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
428 PendingIntent callbackIntent) { in GetMetadataCommandCallback()
481 PendingIntent callbackIntent) { in downloadSubscription()
572 Bundle resolvedBundle, PendingIntent callbackIntent) { in downloadSubscription()
653 PendingIntent callbackIntent, boolean withUserConsent, int portIndex) { in DownloadSubscriptionGetMetadataCommandCallback()
727 Bundle resolvedBundle, final PendingIntent callbackIntent) { in downloadSubscriptionPrivilegedCheckMetadata()
742 final PendingIntent callbackIntent) { in downloadSubscriptionPrivileged()
874 String callingPackage, PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardEsimArea.java129 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.java2586 callbackIntent, String callingPackage) { in registerAppUsageObserver()
2670 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver()
2896 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver()
2918 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, int userId) { in registerAppUsageLimitObserver()
/frameworks/base/core/java/android/os/
DRecoverySystem.java1045 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in wipeEuiccData() local
1143 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in removeEuiccInvisibleSubs() local
1164 .deleteSubscription(subscriptionInfo.getSubscriptionId(), callbackIntent); in removeEuiccInvisibleSubs() local
/frameworks/base/core/java/android/app/usage/
DUsageStatsManager.java921 long timeLimit, @NonNull TimeUnit timeUnit, @NonNull PendingIntent callbackIntent) { in registerAppUsageObserver()
1071 @Nullable PendingIntent callbackIntent) { in registerAppUsageLimitObserver()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java174 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult()
183 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java3260 public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) { in switchToSubscription()