History log of /frameworks/multidex/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5516c9ffbddd16c90f17c45caea3f4b59ab360d8 27-Feb-2014 Ying Wang <wangying@google.com> Fix docs build.

Change-Id: I26ffc3a30f11a4d8abae34a4859497679b288f3b
/frameworks/multidex/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
1bb1ab007f6b9405227ea4ce07d2061e4dbb6fe0 23-Jan-2014 Yohann Roussel <yroussel@google.com> Provide a default multidex capable Application.

Multidex installation in Application.attachBaseContext()
requires only one call point to MultiDex.install() per Application
so let's provide a default multidex capable Application.

Change-Id: Icfa1993c4b3d7c5a7d1783d4ca6d5b9ea31adb8b
/frameworks/multidex/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
667f9a8a8155c41970a83be1414b57b5e37de336 16-Oct-2013 Maurice Chu <mochu@google.com> Initial move of code from frameworks/support/multidex to here

Also,
- Removed extraneous Eclipse-specific configuration files that are
unnecessary in the Android build tree
- Includes the patch to support API level 19 from
https://googleplex-android-review.git.corp.google.com/#/c/348129
- Checks for null and returns without patching the classloader when
getting the package manager or package name from the passed in Context
to MultiDex.install(...) since the Context object is probably a mock
context for testing.
- Moved the test runners to package com.android.test.runner, which seems
to be the standard place for all test runners.

Bug: 10674263
Change-Id: Idc894b360bd17db4acb50dd7daa2839ea8ea37e0
/frameworks/multidex/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java