Merge "Merge "ShortcutManager: Break down unit tests" into nyc-mr1-dev am: f6be4c023f" into nyc-mr1-dev-plus-aosp

am: 7d9b79c41b

* commit '7d9b79c41b53a8f936cb50be40c57a13412197bb':
  ShortcutManager: Break down unit tests

Change-Id: If4e742401c1fa02f48d086f9cbdf50d8100e4f16
This commit is contained in:
Makoto Onuki
2016-06-02 22:57:50 +00:00
committed by android-build-merger
4 changed files with 2961 additions and 2877 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -65,6 +65,10 @@ import java.util.function.BooleanSupplier;
import java.util.function.Function;
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 {
private static final String TAG = "ShortcutManagerUtils";