Searched defs:hasService (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java88 && hasService()
125 private boolean hasService() { method in class:DataConnectionStats
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java129 public boolean hasService(int service) { method in class:BluetoothClass
300 if (hasService(Service.RENDER)) {
316 if (hasService(Service.CAPTURE)) {
333 if (hasService(Service.RENDER)) {
346 if (hasService(Service.OBJECT_TRANSFER)) {
372 if (hasService(Service.NETWORKING)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java266 private boolean hasService() { method in class:MobileSignalController
389 Log.d(mTag, "updateTelephonySignalStrength: hasService=" + hasService()
392 mCurrentState.connected = hasService() && mSignalStrength != null;

Completed in 229 milliseconds