Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java137 public boolean hasService(int service) { in hasService() method in BluetoothClass
351 if (hasService(Service.RENDER)) { in doesClassMatch()
367 if (hasService(Service.CAPTURE)) { in doesClassMatch()
384 if (hasService(Service.RENDER)) { in doesClassMatch()
397 if (hasService(Service.OBJECT_TRANSFER)) { in doesClassMatch()
423 if (hasService(Service.NETWORKING)) { in doesClassMatch()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java88 && hasService() in notePhoneDataConnectionState()
125 private boolean hasService() { in hasService() method in DataConnectionStats
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java322 private boolean hasService() { in hasService() method in MobileSignalController
449 Log.d(mTag, "updateTelephonySignalStrength: hasService=" + hasService() in updateTelephony()
452 mCurrentState.connected = hasService() && mSignalStrength != null; in updateTelephony()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java845 if (mNetConfigs[TYPE_ETHERNET] == null && hasService(Context.ETHERNET_SERVICE)) { in ConnectivityService()
5927 public boolean hasService(String name) { in hasService() method in ConnectivityService
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java971 public boolean hasService(String name) { in hasService() method in ConnectivityServiceTest.WrappedConnectivityService
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java3787 final boolean hasService = false; // not impl yet. app.services.size() > 0; in updateLruProcessLocked()
3927 } else if (hasService) { in updateLruProcessLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6104 method public boolean hasService(int);
/frameworks/base/api/
Dcurrent.txt7976 method public boolean hasService(int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt5415 Landroid/bluetooth/BluetoothClass;->hasService(I)Z