Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl29 String callingPackage, in PendingIntent callbackIntent); in getDownloadableSubscriptionMetadata()
31 String callingPackage, in PendingIntent callbackIntent); in getDefaultDownloadableSubscriptionList()
35 boolean switchAfterDownload, String callingPackage, in PendingIntent callbackIntent); in downloadSubscription()
38 in PendingIntent callbackIntent); in deleteSubscription()
40 in PendingIntent callbackIntent); in switchToSubscription()
42 in PendingIntent callbackIntent); in updateSubscriptionNickname()
43 oneway void eraseSubscriptions(in PendingIntent callbackIntent); in eraseSubscriptions()
44 oneway void retainSubscriptionsForFactoryReset(in PendingIntent callbackIntent); in retainSubscriptionsForFactoryReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java201 public void continueOperation(Bundle resolutionExtras, PendingIntent callbackIntent) { in continueOperation()
211 callbackIntent); in continueOperation() local
216 callbackIntent); in continueOperation() local
221 callbackIntent); in continueOperation() local
226 callbackIntent); in continueOperation() local
231 callbackIntent); in continueOperation() local
236 callbackIntent); in continueOperation() local
241 callbackIntent); in continueOperation() local
250 boolean consent, PendingIntent callbackIntent) { in resolvedGetMetadataDeactivateSim()
266 boolean consent, PendingIntent callbackIntent) { in resolvedDownloadDeactivateSim()
[all …]
DEuiccController.java149 PendingIntent callbackIntent = in continueOperation() local
221 String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
227 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
253 PendingIntent callbackIntent) { in GetMetadataCommandCallback()
304 boolean switchAfterDownload, String callingPackage, PendingIntent callbackIntent) { in downloadSubscription()
311 PendingIntent callbackIntent) { in downloadSubscription()
343 PendingIntent callbackIntent) { in DownloadSubscriptionGetMetadataCommandCallback()
433 final PendingIntent callbackIntent) { in downloadSubscriptionPrivileged()
537 String callingPackage, PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
543 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
[all …]
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java331 boolean switchAfterDownload, PendingIntent callbackIntent) { in downloadSubscription()
364 PendingIntent callbackIntent) throws IntentSender.SendIntentException { in startResolutionActivity()
395 PendingIntent callbackIntent = in continueOperation() local
430 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
460 public void getDefaultDownloadableSubscriptionList(PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
467 mContext.getOpPackageName(), callbackIntent); in getDefaultDownloadableSubscriptionList() local
505 public void deleteSubscription(int subscriptionId, PendingIntent callbackIntent) { in deleteSubscription()
533 public void switchToSubscription(int subscriptionId, PendingIntent callbackIntent) { in switchToSubscription()
560 int subscriptionId, String nickname, PendingIntent callbackIntent) { in updateSubscriptionNickname()
584 public void eraseSubscriptions(PendingIntent callbackIntent) { in eraseSubscriptions()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DISoundTriggerService.aidl46 int startRecognitionForIntent(in ParcelUuid soundModelId, in PendingIntent callbackIntent, in startRecognitionForIntent()
51 in ComponentName callbackIntent,in SoundTrigger.RecognitionConfig config); in startRecognitionForService()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java165 @NonNull PendingIntent callbackIntent) { in startScan()
208 final PendingIntent callbackIntent, in startScan()
284 public void stopScan(PendingIntent callbackIntent) { in stopScan()
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java106 long timeElapsed, PendingIntent callbackIntent); in onLimitReached()
116 PendingIntent callbackIntent; field in AppTimeLimitController.TimeLimitGroup
193 PendingIntent callbackIntent, @UserIdInt int userId) { in addObserver()
DUsageStatsService.java1116 callbackIntent, String callingPackage) { in registerAppUsageObserver()
1156 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardEsimArea.java119 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in onClick() local
/frameworks/base/media/java/android/media/soundtrigger/
DSoundTriggerManager.java270 public int startRecognition(UUID soundModelId, PendingIntent callbackIntent, in startRecognition()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java148 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult()
157 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java310 public int startRecognitionForIntent(ParcelUuid soundModelId, PendingIntent callbackIntent, in startRecognitionForIntent()
471 PendingIntent callbackIntent, in LocalSoundTriggerRecognitionStatusIntentCallback()
/frameworks/base/core/java/android/app/usage/
DUsageStatsManager.java599 @NonNull TimeUnit timeUnit, @NonNull PendingIntent callbackIntent) { in registerAppUsageObserver()
/frameworks/base/core/java/android/os/
DRecoverySystem.java818 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in wipeEuiccData() local