Searched refs:ContextHubService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DContextHubSystemService.java19 import com.android.server.location.ContextHubService;
25 private final ContextHubService mContextHubService;
29 mContextHubService = new ContextHubService(context);
/frameworks/base/services/core/java/com/android/server/location/
H A DContextHubService.java47 public class ContextHubService extends IContextHubService.Stub { class in inherits:IContextHubService.Stub
48 private static final String TAG = "ContextHubService";
84 public ContextHubService(Context context) { method in class:ContextHubService

Completed in 108 milliseconds