Loading tests/robotests/src/com/android/settings/testutils/shadow/ShadowBluetoothUtils.java→tests/robotests/testutils/com/android/settings/testutils/shadow/ShadowBluetoothUtils.java +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ import org.robolectric.annotation.Implementation; import org.robolectric.annotation.Implements; import org.robolectric.annotation.Resetter; /** Robolectric shadow for the bluetooth utils. */ @Implements(Utils.class) public class ShadowBluetoothUtils { Loading @@ -35,6 +36,7 @@ public class ShadowBluetoothUtils { return sLocalBluetoothManager; } /** Resets the local bluetooth manager to null. */ @Resetter public static void reset() { sLocalBluetoothManager = null; Loading Loading
tests/robotests/src/com/android/settings/testutils/shadow/ShadowBluetoothUtils.java→tests/robotests/testutils/com/android/settings/testutils/shadow/ShadowBluetoothUtils.java +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ import org.robolectric.annotation.Implementation; import org.robolectric.annotation.Implements; import org.robolectric.annotation.Resetter; /** Robolectric shadow for the bluetooth utils. */ @Implements(Utils.class) public class ShadowBluetoothUtils { Loading @@ -35,6 +36,7 @@ public class ShadowBluetoothUtils { return sLocalBluetoothManager; } /** Resets the local bluetooth manager to null. */ @Resetter public static void reset() { sLocalBluetoothManager = null; Loading