Home
last modified time | relevance | path

Searched defs:groupOwner (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java273 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java592 String groupOwner = getOptionalStringFromCursor(cursor, SubscriptionManager.GROUP_OWNER, in getSubInfoRecord() local
3647 private int updateGroupOwner(ParcelUuid groupUuid, String groupOwner) { in updateGroupOwner()