Searched refs:isBluetoothConnected (Results 1 – 4 of 4) sorted by relevance
76 public boolean isBluetoothConnected() { in isBluetoothConnected() method in StatusBarSnippet77 return mStatusBarHelper.get().isBluetoothConnected(); in isBluetoothConnected()
80 boolean isBluetoothConnected(); in isBluetoothConnected() method
188 public boolean isBluetoothConnected() { in isBluetoothConnected() method in StatusBarHelperImpl189 boolean isBluetoothConnected = false; in isBluetoothConnected()202 return !isBluetoothConnected; in isBluetoothConnected()204 return isBluetoothConnected; in isBluetoothConnected()
341 is_connected = self.device.mbs.isBluetoothConnected()