diff options
author | Sudheer Shanka <sudheersai@google.com> | 2016-10-21 17:55:27 -0700 |
---|---|---|
committer | Sudheer Shanka <sudheersai@google.com> | 2016-11-04 10:43:25 -0700 |
commit | fc46e9b643881b7b2ab76854f3a0ac077e9def8d (patch) | |
tree | faef078c68d145d20b6db707b44e986c260c6f55 /tests/AppLaunch | |
parent | 37ea9a1f02a1247cf0afeab987e7ca460a9eadbf (diff) |
Move IActivityManager to aidl.
Bug: 30977067
Test: Existing tests are passing, dump commands still working.
Change-Id: I9cf81c4d381ebce14a6c701e409cbb269f2ff1fb
Diffstat (limited to 'tests/AppLaunch')
-rw-r--r-- | tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java index 16a0def7d5a5..f5f7ea3895d7 100644 --- a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java +++ b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java @@ -32,7 +32,6 @@ import android.os.RemoteException; import android.os.UserHandle; import android.app.UiAutomation; import android.app.IActivityManager; -import android.app.IActivityManager.WaitResult; import android.support.test.rule.logging.AtraceLogger; import android.test.InstrumentationTestCase; import android.test.InstrumentationTestRunner; |