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

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java54 private boolean mNativeAvailable; field in class:HidService
86 mNativeAvailable=true;
97 if (mNativeAvailable) {
99 mNativeAvailable=false;
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java73 private boolean mNativeAvailable; field in class:PanService
105 mNativeAvailable=true;
124 if (mNativeAvailable) {
126 mNativeAvailable=false;
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java66 private boolean mNativeAvailable; field in class:HealthService
98 mNativeAvailable=true;
127 if (mNativeAvailable) {
129 mNativeAvailable=false;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java136 private boolean mNativeAvailable; field in class:AdapterService
259 mNativeAvailable=true;
363 if (mNativeAvailable) {
367 mNativeAvailable=false;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java138 private boolean mNativeAvailable; field in class:HeadsetStateMachine
198 mNativeAvailable=true;
249 if (mNativeAvailable) {
251 mNativeAvailable = false;

Completed in 106 milliseconds