Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java74 private boolean mProfileGroupIsRemoved; field in DeviceProfilesSettings
200 if (!mProfileGroupIsRemoved && numProfiles == 0) { in showOrHideProfileGroup()
203 mProfileGroupIsRemoved = true; in showOrHideProfileGroup()
204 } else if (mProfileGroupIsRemoved && numProfiles != 0) { in showOrHideProfileGroup()
207 mProfileGroupIsRemoved = false; in showOrHideProfileGroup()