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 134 private boolean mNativeAvailable;
257 mNativeAvailable=true;
361 if (mNativeAvailable) {
365 mNativeAvailable=false;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 133 private boolean mNativeAvailable;
188 mNativeAvailable=true;
239 if (mNativeAvailable) {
241 mNativeAvailable = false;
    [all...]

Completed in 994 milliseconds