Merge "ShortcutManager: Break down unit tests" into nyc-mr1-dev
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -65,6 +65,10 @@ import java.util.function.BooleanSupplier;
|
|||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
import java.util.function.Predicate;
|
import java.util.function.Predicate;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Common utility methods for ShortcutManager tests. This is used by both CTS and the unit tests.
|
||||||
|
* Because it's used by CTS too, it can only access the public APIs.
|
||||||
|
*/
|
||||||
public class ShortcutManagerTestUtils {
|
public class ShortcutManagerTestUtils {
|
||||||
private static final String TAG = "ShortcutManagerUtils";
|
private static final String TAG = "ShortcutManagerUtils";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user