Searched refs:mPanProfile (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDeviceTest.java | 73 private PanProfile mPanProfile; field in CachedBluetoothDeviceTest 95 when(mPanProfile.isProfileReady()).thenReturn(true); in setUp() 116 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_CONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 120 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 126 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_CONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 130 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 137 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_CONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 141 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 152 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_CONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 525 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_CONNECTED); in getCarConnectionSummary_singleProfileConnectDisconnect() [all …]
|
H A D | CachedBluetoothDeviceManagerTest.java | 69 private PanProfile mPanProfile; field in CachedBluetoothDeviceManagerTest 106 when(mPanProfile.isProfileReady()).thenReturn(true); in setUp()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | LocalBluetoothProfileManager.java | 99 private PanProfile mPanProfile; field in LocalBluetoothProfileManager 198 if (mPanProfile == null && supportedList.contains(BluetoothProfile.PAN)) { in updateLocalProfiles() 200 mPanProfile = new PanProfile(mContext); in updateLocalProfiles() 201 addPanProfile(mPanProfile, PanProfile.NAME, in updateLocalProfiles() 530 if ((ArrayUtils.contains(uuids, BluetoothUuid.NAP) && mPanProfile != null) in updateProfiles() 532 profiles.add(mPanProfile); in updateProfiles() 533 removedProfiles.remove(mPanProfile); in updateProfiles()
|