Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/ambientcontext/
DAmbientContextManagerService.java415 final String wearableService = mContext.getResources() in getServiceType() local
417 if (wearableService != null && wearableService.equals(serviceName)) { in getServiceType()
434 final String wearableService = mContext.getResources() in isDefaultWearableService() local
436 if (wearableService != null && wearableService.equals(serviceName)) { in isDefaultWearableService()