Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java199 int numProfiles = mProfileContainer.getChildCount(); in showOrHideProfileGroup() local
200 if (!mProfileGroupIsRemoved && numProfiles == 0) { in showOrHideProfileGroup()
204 } else if (mProfileGroupIsRemoved && numProfiles != 0) { in showOrHideProfileGroup()