Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFeatureProvider.java85 Set<String> getInvisibleProfilePreferenceKeys( in getInvisibleProfilePreferenceKeys() method
DBluetoothFeatureProviderImpl.java72 public Set<String> getInvisibleProfilePreferenceKeys( in getInvisibleProfilePreferenceKeys() method in BluetoothFeatureProviderImpl
DBluetoothDetailsProfilesController.java584 .getInvisibleProfilePreferenceKeys( in refresh()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java531 when(mFeatureProvider.getInvisibleProfilePreferenceKeys(any(), any())) in prefKeyInBlockingList_hideToggle()
552 when(mFeatureProvider.getInvisibleProfilePreferenceKeys(any(), any())) in prefKeyNotInBlockingList_showToggle()