Loading services/core/java/com/android/server/display/PersistentDataStore.java +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ final class PersistentDataStore { @VisibleForTesting PersistentDataStore(Injector injector) { this(injector, BackgroundThread.getHandler()); this(injector, new Handler(BackgroundThread.getHandler().getLooper())); } @VisibleForTesting Loading Loading
services/core/java/com/android/server/display/PersistentDataStore.java +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ final class PersistentDataStore { @VisibleForTesting PersistentDataStore(Injector injector) { this(injector, BackgroundThread.getHandler()); this(injector, new Handler(BackgroundThread.getHandler().getLooper())); } @VisibleForTesting Loading