Loading core/java/android/hardware/location/ContextHubManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,7 @@ public final class ContextHubManager { public ContextHubManager(Context context, Looper mainLooper) { mMainLooper = mainLooper; IBinder b = ServiceManager.getService(ContextHubService.CONTEXTHUB_SERVICE); IBinder b = ServiceManager.getService(Context.CONTEXTHUB_SERVICE); if (b != null) { mContextHubService = IContextHubService.Stub.asInterface(b); Loading services/core/java/com/android/server/ContextHubSystemService.java +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class ContextHubSystemService extends SystemService { public void onBootPhase(int phase) { if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { Log.d(TAG, "onBootPhase: PHASE_SYSTEM_SERVICES_READY"); publishBinderService(ContextHubService.CONTEXTHUB_SERVICE, mContextHubService); publishBinderService(Context.CONTEXTHUB_SERVICE, mContextHubService); } } } Loading
core/java/android/hardware/location/ContextHubManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,7 @@ public final class ContextHubManager { public ContextHubManager(Context context, Looper mainLooper) { mMainLooper = mainLooper; IBinder b = ServiceManager.getService(ContextHubService.CONTEXTHUB_SERVICE); IBinder b = ServiceManager.getService(Context.CONTEXTHUB_SERVICE); if (b != null) { mContextHubService = IContextHubService.Stub.asInterface(b); Loading
services/core/java/com/android/server/ContextHubSystemService.java +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class ContextHubSystemService extends SystemService { public void onBootPhase(int phase) { if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { Log.d(TAG, "onBootPhase: PHASE_SYSTEM_SERVICES_READY"); publishBinderService(ContextHubService.CONTEXTHUB_SERVICE, mContextHubService); publishBinderService(Context.CONTEXTHUB_SERVICE, mContextHubService); } } }