Searched refs:mPanProfile (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java60 private PanProfile mPanProfile; field in class:CachedBluetoothDeviceTest
79 when(mPanProfile.isProfileReady()).thenReturn(true);
90 mCachedDevice.onProfileStateChanged(mPanProfile, BluetoothProfile.STATE_CONNECTED);
94 mCachedDevice.onProfileStateChanged(mPanProfile, BluetoothProfile.STATE_DISCONNECTED);
100 mCachedDevice.onProfileStateChanged(mPanProfile, BluetoothProfile.STATE_CONNECTED);
104 mCachedDevice.onProfileStateChanged(mPanProfile, BluetoothProfile.STATE_DISCONNECTED);
111 mCachedDevice.onProfileStateChanged(mPanProfile, BluetoothProfile.STATE_CONNECTED);
115 mCachedDevice.onProfileStateChanged(mPanProfile, BluetoothProfile.STATE_DISCONNECTED);
126 mCachedDevice.onProfileStateChanged(mPanProfile, BluetoothProfile.STATE_CONNECTED);
146 mCachedDevice.onProfileStateChanged(mPanProfile, BluetoothProfil
[all...]
H A DCachedBluetoothDeviceManagerTest.java80 private PanProfile mPanProfile; field in class:CachedBluetoothDeviceManagerTest
121 when(mPanProfile.isProfileReady()).thenReturn(true);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java95 private final PanProfile mPanProfile; field in class:LocalBluetoothProfileManager
136 mPanProfile = new PanProfile(context, mLocalAdapter);
137 addPanProfile(mPanProfile, PanProfile.NAME,
600 mPanProfile != null) || isPanNapConnected) {
601 profiles.add(mPanProfile);
602 removedProfiles.remove(mPanProfile);

Completed in 2886 milliseconds