HomeSort by relevance Sort by last modified time
    Searched refs:ContextHubService (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/
ContextHubSystemService.java 19 import android.hardware.location.ContextHubService;
25 private final ContextHubService mContextHubService;
29 mContextHubService = new ContextHubService(context);
40 publishBinderService(ContextHubService.CONTEXTHUB_SERVICE, mContextHubService);
  /frameworks/base/core/java/android/hardware/location/
ContextHubManager.java 352 IBinder b = ServiceManager.getService(ContextHubService.CONTEXTHUB_SERVICE);
ContextHubService.java 37 public class ContextHubService extends IContextHubService.Stub {
40 private static final String TAG = "ContextHubService";
87 public ContextHubService(Context context) {
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 559 milliseconds