Loading services/core/java/com/android/server/lights/LightsService.java +2 −2 Original line number Diff line number Diff line Loading @@ -555,8 +555,8 @@ public class LightsService extends SystemService { @Override public synchronized ILights get() { if (mInstance == null) { IBinder binder = Binder.allowBlocking(ServiceManager.waitForDeclaredService( "android.hardware.light.ILights/default")); IBinder binder = Binder.allowBlocking( ServiceManager.waitForDeclaredService(ILights.DESCRIPTOR + "/default")); if (binder != null) { mInstance = ILights.Stub.asInterface(binder); try { Loading Loading
services/core/java/com/android/server/lights/LightsService.java +2 −2 Original line number Diff line number Diff line Loading @@ -555,8 +555,8 @@ public class LightsService extends SystemService { @Override public synchronized ILights get() { if (mInstance == null) { IBinder binder = Binder.allowBlocking(ServiceManager.waitForDeclaredService( "android.hardware.light.ILights/default")); IBinder binder = Binder.allowBlocking( ServiceManager.waitForDeclaredService(ILights.DESCRIPTOR + "/default")); if (binder != null) { mInstance = ILights.Stub.asInterface(binder); try { Loading