Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DControlsBindingControllerImplTest.kt124 val subscription = mock(IControlsSubscription::class.java) regex
142 val subscription = mock(IControlsSubscription::class.java) regex
162 val subscription = mock(IControlsSubscription::class.java) regex
181 val subscription = mock(IControlsSubscription::class.java) regex
200 val subscription = mock(IControlsSubscription::class.java) regex
232 val subscription = mock(IControlsSubscription::class.java) regex
251 val subscription = mock(IControlsSubscription::class.java) regex
/aosp12/system/iorap/src/common/
H A Drx_async.h38 rxcpp::composite_subscription subscription; in SubscribeAsync() local
58 rxcpp::composite_subscription subscription; in SubscribeAsync() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A 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()
H A 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()
H A DEuiccConnector.java441 DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
453 public void downloadSubscription(int cardId, DownloadableSubscription subscription, in downloadSubscription()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/
H A DResetNetworkSubscriptionPreferenceController.java83 SubscriptionInfo subscription = subscriptions.get(i); in updateState() local
129 private String getSubscriptionName(SubscriptionInfo subscription) { in getSubscriptionName()
/aosp12/packages/modules/StatsD/statsd/src/subscriber/
H A DSubscriberReporter.cpp92 const Subscription& subscription, in alertBroadcastSubscriber()
134 const Subscription& subscription, in sendBroadcastLocked()
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DMobileNetworkActivity.java141 SubscriptionInfo subscription = getSubscriptionOrDefault(mCurSubscriptionId); in onCreate() local
268 private void updateTitleAndNavigation(SubscriptionInfo subscription) { in updateTitleAndNavigation()
278 void updateSubscriptions(SubscriptionInfo subscription, Bundle savedInstanceState) { in updateSubscriptions()
H A DDeleteEuiccSubscriptionSidecar.java72 SubscriptionInfo subscription = mSubscriptions.remove(0); in deleteSubscription() local
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dmetrics_manager_util.h206 const Subscription& subscription = config.subscription(i); in initSubscribersForSubscriptionType() local
/aosp12/frameworks/base/telephony/java/android/service/euicc/
H A 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()
H A DIEuiccService.aidl38 void downloadSubscription(int slotId, in DownloadableSubscription subscription, in downloadSubscription()
41 void getDownloadableSubscriptionMetadata(int slotId, in DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
H A DGetDownloadableSubscriptionMetadataResult.java87 @Nullable DownloadableSubscription subscription) { in GetDownloadableSubscriptionMetadataResult()
/aosp12/packages/modules/StatsD/statsd/src/anomaly/
H A Dsubscriber_util.cpp37 for (const Subscription& subscription : subscriptions) { in triggerSubscribers() local
H A DAlarmTracker.cpp58 void AlarmTracker::addSubscription(const Subscription& subscription) { in addSubscription()
H A DAnomalyTracker.h48 void addSubscription(const Subscription& subscription) { in addSubscription()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccController.aidl31 in DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
37 oneway void downloadSubscription(int cardId, in DownloadableSubscription subscription, in downloadSubscription()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DSubscriptionInfoHelper.java87 public static void addExtrasToIntent(Intent intent, SubscriptionInfo subscription) { in addExtrasToIntent()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DResetNetwork.java128 SubscriptionInfo subscription = mSubscriptions.get(selectedIndex); in showFinalConfirmation() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/network/
H A DMobileNetworkUpdateManager.java148 SubscriptionInfo subscription = getSubscription(); in getSubscriptionId() local
/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimListDialogFragment.java89 final SubscriptionInfo subscription = mSubscriptions.get(selectionIndex); in onClick() local
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java916 public void downloadSubscription(DownloadableSubscription subscription, in downloadSubscription()
1016 DownloadableSubscription subscription, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallLogProviderTest.java197 PhoneAccountHandle subscription = new PhoneAccountHandle( in testAddCall() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DSubscriptionManager.cpp79 for (const auto& subscription : mSubscriptions) { in getSubscribedProperties() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccControllerTest.java1290 private void callGetDownloadableSubscriptionMetadata(DownloadableSubscription subscription, in callGetDownloadableSubscriptionMetadata()
1320 private void callDownloadSubscription(DownloadableSubscription subscription, in callDownloadSubscription()

12