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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java88 private final PanProfile mPanProfile; field in class:LocalBluetoothProfileManager
128 mPanProfile = new PanProfile(context);
129 addPanProfile(mPanProfile, PanProfile.NAME,
486 mPanProfile != null) || isPanNapConnected) {
487 profiles.add(mPanProfile);
488 removedProfiles.remove(mPanProfile);

Completed in 101 milliseconds