Home
last modified time | relevance | path

Searched defs:subscription (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsBindingControllerImplTest.kt124 val subscription = mock(IControlsSubscription::class.java) in testBindAndLoad_cancel() constant
142 val subscription = mock(IControlsSubscription::class.java) in testBindAndLoad_noCancelAfterOnComplete() constant
162 val subscription = mock(IControlsSubscription::class.java) in testLoad_onCompleteRemovesTimeout() constant
181 val subscription = mock(IControlsSubscription::class.java) in testLoad_onErrorRemovesTimeout() constant
200 val subscription = mock(IControlsSubscription::class.java) in testBindAndLoad_noCancelAfterOnError() constant
232 val subscription = mock(IControlsSubscription::class.java) in testLoadSuggested_onCompleteRemovesTimeout() constant
251 val subscription = mock(IControlsSubscription::class.java) in testLoadSuggested_onErrorRemovesTimeout() constant
DStatefulControlSubscriberTest.kt46 private lateinit var subscription: IControlsSubscription variable in com.android.systemui.controls.controller.StatefulControlSubscriberTest
DServiceWrapperTest.kt52 private lateinit var subscription: IControlsSubscription variable in com.android.systemui.controls.controller.ServiceWrapperTest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java116 DownloadableSubscription subscription, String callingPackage) { in forGetMetadataDeactivateSim()
128 DownloadableSubscription subscription, boolean switchAfterDownload, in forDownloadDeactivateSim()
139 DownloadableSubscription subscription, boolean switchAfterDownload, in forDownloadNoPrivileges()
150 DownloadableSubscription subscription, boolean switchAfterDownload, in forDownloadNoPrivilegesOrDeactivateSimCheckMetadata()
167 DownloadableSubscription subscription, boolean switchAfterDownload, in forDownloadConfirmationCode()
178 DownloadableSubscription subscription, boolean switchAfterDownload, in forDownloadResolvableErrors()
DEuiccController.java267 DownloadableSubscription subscription, String callingPackage, in getDownloadableSubscriptionMetadata()
368 void getDownloadableSubscriptionMetadata(int cardId, DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
393 DownloadableSubscription subscription, in GetMetadataCommandCallback()
445 public void downloadSubscription(int cardId, DownloadableSubscription subscription, in downloadSubscription()
531 void downloadSubscription(int cardId, DownloadableSubscription subscription, in downloadSubscription()
586 DownloadableSubscription subscription, boolean switchAfterDownload, in DownloadSubscriptionGetMetadataCommandCallback()
598 DownloadableSubscription subscription = result.getDownloadableSubscription(); in onGetMetadataComplete() local
658 DownloadableSubscription subscription, boolean switchAfterDownload, in downloadSubscriptionPrivilegedCheckMetadata()
669 DownloadableSubscription subscription, boolean switchAfterDownload, in downloadSubscriptionPrivileged()
1434 private boolean checkCarrierPrivilegeInMetadata(DownloadableSubscription subscription, in checkCarrierPrivilegeInMetadata()
DEuiccConnector.java441 DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
453 public void downloadSubscription(int cardId, DownloadableSubscription subscription, in downloadSubscription()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/people/
DPeopleFakes.kt25 private val subscription: Subscription = EmptySubscription constant in com.android.systemui.statusbar.notification.people.FakeDataSource
/frameworks/base/telephony/java/android/service/euicc/
DEuiccService.java469 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim); in onGetDownloadableSubscriptionMetadata()
507 @NonNull DownloadableSubscription subscription, boolean switchAfterDownload, in onDownloadSubscription()
531 @NonNull DownloadableSubscription subscription, boolean switchAfterDownload, in onDownloadSubscription()
659 public void downloadSubscription(int slotId, DownloadableSubscription subscription, in downloadSubscription()
741 DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
DGetDownloadableSubscriptionMetadataResult.java87 @Nullable DownloadableSubscription subscription) { in GetDownloadableSubscriptionMetadataResult()
DIEuiccService.aidl38 void downloadSubscription(int slotId, in DownloadableSubscription subscription, in downloadSubscription()
41 void getDownloadableSubscriptionMetadata(int slotId, in DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl31 in DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
37 oneway void downloadSubscription(int cardId, in DownloadableSubscription subscription, in downloadSubscription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsBindingControllerImpl.kt245 val subscription: IControlsSubscription, constant
257 val subscription: IControlsSubscription, constant
298 private lateinit var subscription: IControlsSubscription variable in LoadSubscriber
DStatefulControlSubscriber.kt38 private var subscription: IControlsSubscription? = null variable in com.android.systemui.controls.controller.StatefulControlSubscriber
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java916 public void downloadSubscription(DownloadableSubscription subscription, in downloadSubscription()
1016 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java1290 private void callGetDownloadableSubscriptionMetadata(DownloadableSubscription subscription, in callGetDownloadableSubscriptionMetadata()
1320 private void callDownloadSubscription(DownloadableSubscription subscription, in callDownloadSubscription()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java1035 int subscription = simInited in putPhoneInfo() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java296 SubscriptionInfo subscription = mock(SubscriptionInfo.class); in setSubscriptions() local