• Home
  • History
  • Annotate
  • only in /frameworks/multidex/instrumentation/src/
History log of /frameworks/multidex/instrumentation/src/
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
om/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
om/android/test/runner/MultiDexAndroidJUnitRunner.java
om/android/test/runner/MultiDexTestRunner.java
737f8188d9e0d78f55dda99aa80516f7b50cc391 04-Jan-2014 Brett Chabot <brettchabot@google.com> Adjust to android-test-lib rename.

Change-Id: I009fd942bca11b998039016fec2116d58bd5ef56
om/android/test/runner/MultiDexAndroidJUnitRunner.java
aeef2844e435c6cb01741cbb169a593b4afebed0 08-Nov-2013 Yohann Roussel <yroussel@google.com> Restore SDK eclipse projects.

Change-Id: I0571445e464ab74ffcb4e972159a2a7cf805f613
readme
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
om/android/test/runner/MultiDexAndroidJUnitRunner.java
om/android/test/runner/MultiDexTestRunner.java