Loading src/com/android/settings/bluetooth/Utils.java +1 −1 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ public final class Utils { } ThreadUtils.postOnBackgroundThread(() -> { for (Supplier<?> supplier : suppliers) { supplier.get(); Object unused = supplier.get(); } ThreadUtils.postOnMainThread(runnable); }); Loading tests/robotests/src/com/android/settings/wifi/NetworkRequestErrorDialogFragmentTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public class NetworkRequestErrorDialogFragmentTest { @Test public void getConstructor_shouldNotThrowNoSuchMethodException() { try { NetworkRequestErrorDialogFragment.class.getConstructor(); Object unused = NetworkRequestErrorDialogFragment.class.getConstructor(); } catch (NoSuchMethodException e) { fail("No default constructor for configuration change!"); } Loading Loading
src/com/android/settings/bluetooth/Utils.java +1 −1 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ public final class Utils { } ThreadUtils.postOnBackgroundThread(() -> { for (Supplier<?> supplier : suppliers) { supplier.get(); Object unused = supplier.get(); } ThreadUtils.postOnMainThread(runnable); }); Loading
tests/robotests/src/com/android/settings/wifi/NetworkRequestErrorDialogFragmentTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public class NetworkRequestErrorDialogFragmentTest { @Test public void getConstructor_shouldNotThrowNoSuchMethodException() { try { NetworkRequestErrorDialogFragment.class.getConstructor(); Object unused = NetworkRequestErrorDialogFragment.class.getConstructor(); } catch (NoSuchMethodException e) { fail("No default constructor for configuration change!"); } Loading