Home
last modified time | relevance | path

Searched refs:isGroupDisabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java238 boolean isOpportunistic, @Nullable String groupUUID, boolean isGroupDisabled, in SubscriptionInfo() argument
259 this.mIsGroupDisabled = isGroupDisabled; in SubscriptionInfo()
625 public void setGroupDisabled(boolean isGroupDisabled) { in setGroupDisabled() argument
626 this.mIsGroupDisabled = isGroupDisabled; in setGroupDisabled()
633 public boolean isGroupDisabled() { in isGroupDisabled() method in SubscriptionInfo
659 boolean isGroupDisabled = source.readBoolean();
670 groupUUID, isGroupDisabled, carrierid, profileClass, subType, groupOwner);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java833 assertEquals(false, opptSubList.get(0).isGroupDisabled()); in testDisabledSubscriptionGroup()
847 assertEquals(true, opptSubList.get(0).isGroupDisabled()); in testDisabledSubscriptionGroup()