Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java106 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in constructor_initiateHidAndHidDeviceProfile()
131 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in updateLocalProfiles_addA2dpToLocalProfiles()
144 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in updateProfiles_addHidProfileForRemoteDevice()
166 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback()
187 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback()
209 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in stateChangedHandler_receiveHearingAidConnectionStateChanged_dispatchDeviceManager()
231 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in stateChangedHandler_receiveHapClientConnectionStateChanged_dispatchDeviceManager()
253 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()
275 mShadowBluetoothAdapter.setSupportedProfiles(null); in stateChangedHandler_receivePanConnectionStateChangedWithoutProfile_shouldNotRefresh()
294 mShadowBluetoothAdapter.setSupportedProfiles(generateList( in stateChangedHandler_receivePanConnectionStateChangedWithProfile_shouldRefresh()
/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java60 public void setSupportedProfiles(List<Integer> supportedProfiles) { in setSupportedProfiles() method in ShadowBluetoothAdapter