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.aidl31 String callingPackage, in PendingIntent callbackIntent); in getDownloadableSubscriptionMetadata()
33 String callingPackage, in PendingIntent callbackIntent); in getDefaultDownloadableSubscriptionList()
38 in PendingIntent callbackIntent); in downloadSubscription()
41 in PendingIntent callbackIntent); in deleteSubscription()
43 in PendingIntent callbackIntent); in switchToSubscription()
45 String callingPackage, in PendingIntent callbackIntent); in updateSubscriptionNickname()
46 oneway void eraseSubscriptions(int cardId, in PendingIntent callbackIntent); in eraseSubscriptions()
47 oneway void retainSubscriptionsForFactoryReset(int cardId, in PendingIntent callbackIntent); in retainSubscriptionsForFactoryReset()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java571 boolean switchAfterDownload, PendingIntent callbackIntent) { in downloadSubscription()
604 PendingIntent callbackIntent) throws IntentSender.SendIntentException { in startResolutionActivity()
635 PendingIntent callbackIntent = in continueOperation() local
670 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
700 public void getDefaultDownloadableSubscriptionList(PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
744 public void deleteSubscription(int subscriptionId, PendingIntent callbackIntent) { in deleteSubscription()
784 public void switchToSubscription(int subscriptionId, PendingIntent callbackIntent) { in switchToSubscription()
810 int subscriptionId, @Nullable String nickname, @NonNull PendingIntent callbackIntent) { in updateSubscriptionNickname()
834 public void eraseSubscriptions(PendingIntent callbackIntent) { in eraseSubscriptions()
864 public void retainSubscriptionsForFactoryReset(PendingIntent callbackIntent) { in retainSubscriptionsForFactoryReset()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java159 PendingIntent callbackIntent = in continueOperation() local
251 PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
257 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
283 PendingIntent callbackIntent) { in GetMetadataCommandCallback()
337 PendingIntent callbackIntent) { in downloadSubscription()
344 Bundle resolvedBundle, PendingIntent callbackIntent) { in downloadSubscription()
399 PendingIntent callbackIntent, boolean withUserConsent) { in DownloadSubscriptionGetMetadataCommandCallback()
471 final PendingIntent callbackIntent) { in downloadSubscriptionPrivilegedCheckMetadata()
482 final PendingIntent callbackIntent) { in downloadSubscriptionPrivileged()
611 String callingPackage, PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
[all …]
DEuiccOperation.java265 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 …]
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java165 @NonNull PendingIntent callbackIntent) { in startScan()
208 final PendingIntent callbackIntent, in startScan()
286 public void stopScan(PendingIntent callbackIntent) { in stopScan()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardEsimArea.java115 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in onClick() local
/frameworks/base/core/java/com/android/internal/app/
DISoundTriggerService.aidl47 in ComponentName callbackIntent,in SoundTrigger.RecognitionConfig config); in startRecognitionForService()
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java231 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()
DUsageStatsService.java1374 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/app/usage/
DUsageStatsManager.java648 long timeLimit, @NonNull TimeUnit timeUnit, @NonNull PendingIntent callbackIntent) { in registerAppUsageObserver()
798 @Nullable PendingIntent callbackIntent) { in registerAppUsageLimitObserver()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java155 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult()
164 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult()
/frameworks/base/core/java/android/os/
DRecoverySystem.java818 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in wipeEuiccData() local
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2735 public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) { in switchToSubscription()