Searched defs:mHfpProfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java56 private HeadsetProfile mHfpProfile; field in class:CachedBluetoothDeviceTest
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, BluetoothProfil
[all...]
H A DCachedBluetoothDeviceManagerTest.java76 private HeadsetProfile mHfpProfile; field in class:CachedBluetoothDeviceManagerTest
119 when(mHfpProfile.isProfileReady()).thenReturn(true);
733 cachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED);
734 cachedDevice2.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED);
797 cachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED);

Completed in 150 milliseconds