Searched refs:mProfileGroupIsRemoved (Results 1 – 1 of 1) sorted by relevance
74 private boolean mProfileGroupIsRemoved; field in DeviceProfilesSettings200 if (!mProfileGroupIsRemoved && numProfiles == 0) { in showOrHideProfileGroup()203 mProfileGroupIsRemoved = true; in showOrHideProfileGroup()204 } else if (mProfileGroupIsRemoved && numProfiles != 0) { in showOrHideProfileGroup()207 mProfileGroupIsRemoved = false; in showOrHideProfileGroup()