Home
last modified time | relevance | path

Searched refs:callbackIntent (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java265 PendingIntent callbackIntent) { in continueOperation() argument
275 callbackIntent); in continueOperation()
280 callbackIntent); in continueOperation()
285 callbackIntent); in continueOperation()
290 callbackIntent); in continueOperation()
295 callbackIntent); in continueOperation()
298 resolvedDownloadResolvableErrors(cardId, resolutionExtras, callbackIntent); in continueOperation()
303 callbackIntent); in continueOperation()
308 callbackIntent); in continueOperation()
313 callbackIntent); in continueOperation()
[all …]
DEuiccController.java174 PendingIntent callbackIntent = in continueOperation() local
177 op.continueOperation(cardId, resolutionExtras, callbackIntent); in continueOperation()
260 PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() argument
262 subscription, false /* forceDeactivateSim */, callingPackage, callbackIntent); in getDownloadableSubscriptionMetadata()
361 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() argument
371 token, subscription, callingPackage, callbackIntent)); in getDownloadableSubscriptionMetadata()
387 PendingIntent callbackIntent) { in GetMetadataCommandCallback() argument
391 mCallbackIntent = callbackIntent; in GetMetadataCommandCallback()
439 PendingIntent callbackIntent) { in downloadSubscription() argument
441 false /* forceDeactivateSim */, resolvedBundle, callbackIntent); in downloadSubscription()
[all …]
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java917 boolean switchAfterDownload, PendingIntent callbackIntent) { in downloadSubscription() argument
919 sendUnavailableError(callbackIntent); in downloadSubscription()
924 mContext.getOpPackageName(), null /* resolvedBundle */, callbackIntent); in downloadSubscription()
950 PendingIntent callbackIntent) throws IntentSender.SendIntentException { in startResolutionActivity() argument
958 callbackIntent); in startResolutionActivity()
981 PendingIntent callbackIntent = in continueOperation() local
984 if (callbackIntent != null) { in continueOperation()
985 sendUnavailableError(callbackIntent); in continueOperation()
1016 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() argument
1018 sendUnavailableError(callbackIntent); in getDownloadableSubscriptionMetadata()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl32 String callingPackage, in PendingIntent callbackIntent); in getDownloadableSubscriptionMetadata() argument
34 String callingPackage, in PendingIntent callbackIntent); in getDefaultDownloadableSubscriptionList() argument
39 in PendingIntent callbackIntent); in downloadSubscription() argument
42 in PendingIntent callbackIntent); in deleteSubscription() argument
44 in PendingIntent callbackIntent); in switchToSubscription() argument
46 String callingPackage, in PendingIntent callbackIntent); in updateSubscriptionNickname() argument
47 oneway void eraseSubscriptions(int cardId, in PendingIntent callbackIntent); in eraseSubscriptions() argument
49 int cardId, int options, in PendingIntent callbackIntent); in eraseSubscriptionsWithOptions() argument
50 oneway void retainSubscriptionsForFactoryReset(int cardId, in PendingIntent callbackIntent); in retainSubscriptionsForFactoryReset() argument
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java175 @NonNull PendingIntent callbackIntent) { in startScan() argument
178 null, null, callbackIntent, null); in startScan()
218 final PendingIntent callbackIntent, in startScan() argument
221 if (callback == null && callbackIntent == null) { in startScan()
259 gatt.startScanForIntent(callbackIntent, settings, filters, mOpPackageName, in startScan()
296 public void stopScan(PendingIntent callbackIntent) { in stopScan() argument
301 gatt.stopScanForIntent(callbackIntent, mOpPackageName); in stopScan()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java195 long timeElapsed, PendingIntent callbackIntent) { in onStart()
196 if (callbackIntent == null) return; in onStart()
202 callbackIntent.send(getContext(), 0, intent); in onStart()
205 + callbackIntent); in onStart()
211 PendingIntent callbackIntent) { in onStart()
212 if (callbackIntent == null) return; in onStart()
217 callbackIntent.send(getContext(), 0, intent); in onStart()
220 + callbackIntent); in onStart()
1374 callbackIntent, String callingPackage) { in registerAppUsageObserver() argument
1382 if (callbackIntent == null) { in registerAppUsageObserver()
[all …]
DAppTimeLimitController.java231 long timeElapsed, PendingIntent callbackIntent); in onLimitReached() argument
243 PendingIntent callbackIntent); in onSessionEnd() argument
736 long timeLimit, PendingIntent callbackIntent, @UserIdInt int userId) { in addAppUsageObserver() argument
755 callbackIntent); in addAppUsageObserver()
844 long timeLimit, long timeUsed, PendingIntent callbackIntent, in addAppUsageLimitObserver() argument
864 timeUsed, timeUsed >= timeLimit ? null : callbackIntent); in addAppUsageLimitObserver()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardEsimArea.java117 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in onClick() local
123 .switchToSubscription(SubscriptionManager.INVALID_SUBSCRIPTION_ID, callbackIntent); in onClick()
/frameworks/base/core/java/android/app/usage/
DUsageStatsManager.java648 long timeLimit, @NonNull TimeUnit timeUnit, @NonNull PendingIntent callbackIntent) { in registerAppUsageObserver() argument
651 timeUnit.toMillis(timeLimit), callbackIntent, mContext.getOpPackageName()); in registerAppUsageObserver()
798 @Nullable PendingIntent callbackIntent) { in registerAppUsageLimitObserver() argument
801 timeLimit.toMillis(), timeUsed.toMillis(), callbackIntent, in registerAppUsageLimitObserver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationModeController.java205 Intent callbackIntent = callback.getIntent(); in enableGestureNav() local
206 if (callbackIntent == null in enableGestureNav()
207 || !ACTION_ENABLE_GESTURE_NAV_RESULT.equals(callbackIntent.getAction())) { in enableGestureNav()
/frameworks/base/core/java/com/android/internal/app/
DISoundTriggerService.aidl47 in ComponentName callbackIntent,in SoundTrigger.RecognitionConfig config); in startRecognitionForService() argument
/frameworks/base/core/java/android/os/
DRecoverySystem.java833 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in wipeEuiccData() local
842 euiccManager.eraseSubscriptions(callbackIntent); in wipeEuiccData()
927 PendingIntent callbackIntent = PendingIntent.getBroadcastAsUser( in removeEuiccInvisibleSubs() local
944 .deleteSubscription(subscriptionInfo.getSubscriptionId(), callbackIntent); in removeEuiccInvisibleSubs() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java156 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult() argument
158 mCallbackIntent = callbackIntent; in sendResult()
165 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult() argument
167 sendResult(callbackIntent, resultCode, extrasIntent); in refreshSubscriptionsAndSendResult()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2853 public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) { in switchToSubscription() argument
2854 Preconditions.checkNotNull(callbackIntent, "callbackIntent cannot be null"); in switchToSubscription()
2856 euiccManager.switchToSubscription(subId, callbackIntent); in switchToSubscription()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppTimeLimitControllerTests.java101 PendingIntent callbackIntent) {
107 PendingIntent callbackIntent) {