Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java254 boolean isOpportunistic, @Nullable String groupUUID, boolean isGroupDisabled, in SubscriptionInfo() argument
277 this.mIsGroupDisabled = isGroupDisabled; in SubscriptionInfo()
659 public void setGroupDisabled(boolean isGroupDisabled) { in setGroupDisabled() argument
660 this.mIsGroupDisabled = isGroupDisabled; in setGroupDisabled()
668 public boolean isGroupDisabled() { in isGroupDisabled() method in SubscriptionInfo
703 boolean isGroupDisabled = source.readBoolean();
717 groupUUID, isGroupDisabled, carrierid, profileClass, subType, groupOwner,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java908 assertEquals(false, opptSubList.get(0).isGroupDisabled()); in testDisabledSubscriptionGroup()
924 assertEquals(true, opptSubList.get(0).isGroupDisabled()); in testDisabledSubscriptionGroup()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java809 if (info.isGroupDisabled() && mSubController.isActiveSubId(info.getSubscriptionId())) { in deactivateGroupedOpportunisticSubscriptionIfNeeded()
/frameworks/base/telephony/api/
Dsystem-current.txt688 method public boolean isGroupDisabled();
/frameworks/base/api/
Dsystem-current.txt8929 method public boolean isGroupDisabled();
/frameworks/base/non-updatable-api/
Dsystem-current.txt8827 method public boolean isGroupDisabled();