Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothPanFacade.java44 private static boolean sIsPanReady = false; field in BluetoothPanFacade
59 sIsPanReady = true; in onServiceConnected()
64 sIsPanReady = false; in onServiceDisconnected()
86 return sIsPanReady; in bluetoothPanIsReady()
96 if (!sIsPanReady || sPanProfile == null) { in bluetoothPanIsTetheringOn()