Home
last modified time | relevance | path

Searched refs:ProfileClass (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/service/euicc/
H A DEuiccProfileInfo.java70 public @interface ProfileClass {} annotation in EuiccProfileInfo
115 @ProfileClass private final int mProfileClass;
215 @ProfileClass private int mProfileClass;
286 public Builder setProfileClass(@ProfileClass int value) { in setProfileClass()
321 @ProfileClass int profileClass, in EuiccProfileInfo()
370 @ProfileClass
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java607 public @SubscriptionManager.ProfileClass int getProfileClass() { in getProfileClass()
H A DSubscriptionManager.java971 public @interface ProfileClass {} annotation in SubscriptionManager
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt9972 method @android.service.euicc.EuiccProfileInfo.ProfileClass public int getProfileClass();
9999 …EuiccProfileInfo.Builder setProfileClass(@android.service.euicc.EuiccProfileInfo.ProfileClass int);
10009 …va.lang.annotation.RetentionPolicy.SOURCE) public static @interface EuiccProfileInfo.ProfileClass {