HomeSort by relevance Sort by last modified time
    Searched refs:mHfpProfile (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceTest.java 56 private HeadsetProfile mHfpProfile;
77 when(mHfpProfile.isProfileReady()).thenReturn(true);
124 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED);
130 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED);
135 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED);
141 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED);
186 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED);
201 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED);
207 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED);
212 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED)
    [all...]
CachedBluetoothDeviceManagerTest.java 76 private HeadsetProfile mHfpProfile;
119 when(mHfpProfile.isProfileReady()).thenReturn(true);
    [all...]

Completed in 70 milliseconds