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
298 if (hasService(Service.RENDER)) {
316 if (hasService(Service.RENDER)) {
329 if (hasService(Service.OBJECT_TRANSFER)) {
355 if (hasService(Service.NETWORKING)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java242 private boolean hasService() { method in class:MobileSignalController
365 Log.d(mTag, "updateTelephonySignalStrength: hasService=" + hasService()
368 mCurrentState.connected = hasService() && mSignalStrength != null;

Completed in 392 milliseconds