Home
last modified time | relevance | path

Searched refs:PanProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DPanProfile.java38 public class PanProfile implements LocalBluetoothProfile { class
76 PanProfile(Context context) { in PanProfile() method in PanProfile
DLocalBluetoothProfileManager.java102 private PanProfile mPanProfile;
206 mPanProfile = new PanProfile(mContext); in updateLocalProfiles()
207 addPanProfile(mPanProfile, PanProfile.NAME, in updateLocalProfiles()
429 PanProfile panProfile = (PanProfile) mProfile; in onReceive()
DCachedBluetoothDevice.java247 if (profile instanceof PanProfile in onProfileStateChanged()
248 && ((PanProfile) profile).isLocalRoleNap(mDevice)) { in onProfileStateChanged()
256 } else if (mLocalNapRoleConnected && profile instanceof PanProfile in onProfileStateChanged()
257 && ((PanProfile) profile).isLocalRoleNap(mDevice) in onProfileStateChanged()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java78 private PanProfile mPanProfile;
DCachedBluetoothDeviceTest.java73 private PanProfile mPanProfile;