HomeSort by relevance Sort by last modified time
    Searched refs:mNativeAvailable (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 54 private boolean mNativeAvailable;
86 mNativeAvailable=true;
97 if (mNativeAvailable) {
99 mNativeAvailable=false;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 73 private boolean mNativeAvailable;
105 mNativeAvailable=true;
124 if (mNativeAvailable) {
126 mNativeAvailable=false;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 66 private boolean mNativeAvailable;
98 mNativeAvailable=true;
127 if (mNativeAvailable) {
129 mNativeAvailable=false;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 136 private boolean mNativeAvailable;
259 mNativeAvailable=true;
363 if (mNativeAvailable) {
367 mNativeAvailable=false;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 138 private boolean mNativeAvailable;
198 mNativeAvailable=true;
249 if (mNativeAvailable) {
251 mNativeAvailable = false;
    [all...]

Completed in 37 milliseconds