Home
last modified time | relevance | path

Searched refs:MultiDexApplication (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
DTestApplication.java19 import android.support.multidex.MultiDexApplication;
21 public class TestApplication extends MultiDexApplication {
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DTestApplication.java19 import android.support.multidex.MultiDexApplication;
24 public class TestApplication extends MultiDexApplication {
/frameworks/multidex/library/src/android/support/multidex/
DMultiDexApplication.java35 public class MultiDexApplication extends Application { class
/frameworks/base/docs/html/tools/building/
Dmultidex.jd171 <li>Modify your manifest to reference the {@link android.support.multidex.MultiDexApplication}
210 In your manifest add the {@link android.support.multidex.MultiDexApplication} class from the
220 android:name="android.support.multidex.MultiDexApplication"&gt;
235 For more information, see the {@link android.support.multidex.MultiDexApplication} reference
378 flavor, allowing you to use the support library MultiDexApplication class, or calling