Home
last modified time | relevance | path

Searched refs:profileClass (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java258 boolean isOpportunistic, @Nullable String groupUUID, int carrierId, int profileClass) { in SubscriptionInfo() argument
261 isOpportunistic, groupUUID, false, carrierId, profileClass, in SubscriptionInfo()
273 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo() argument
297 this.mProfileClass = profileClass; in SubscriptionInfo()
786 int profileClass = source.readInt();
798 groupUUID, isGroupDisabled, carrierid, profileClass, subType, groupOwner,
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java171 for (final Class profileClass : getSupportedProfiles()) { in getSupportedProfilesBitMask()
172 mask |= getProfileMask(profileClass); in getSupportedProfilesBitMask()
/aosp12/frameworks/base/telephony/java/android/service/euicc/
H A DEuiccProfileInfo.java321 @ProfileClass int profileClass, in EuiccProfileInfo() argument
330 this.mProfileClass = profileClass; in EuiccProfileInfo()
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipEditor.java484 Class profileClass = SipProfile.class; in loadPreferencesFromProfile() local
486 Method meth = profileClass.getMethod(GET_METHOD_PREFIX in loadPreferencesFromProfile()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java589 int profileClass = cursor.getInt(cursor.getColumnIndexOrThrow( in getSubInfoRecord() local
610 + " profileClass:" + profileClass + " subscriptionType: " + subType in getSubInfoRecord()
623 groupUUID, false /* isGroupDisabled */, carrierId, profileClass, subType, in getSubInfoRecord()