Home
last modified time | relevance | path

Searched refs:libs (Results 1 – 25 of 211) sorted by relevance

123456789

/frameworks/support/buildSrc/
Ddependencies.gradle16 // Add ext.libs for library versions
17 def libs = [:]
19 libs.exclude_annotations_transitive = {
24 libs.exclude_bytebuddy = {
28 libs.exclude_support = {
33 libs.exclude_for_material = {
45 libs.exclude_for_espresso = {
52 libs.support_exclude_config = {
57 rootProject.ext['libs'] = libs
/frameworks/support/car/
Dbuild.gradle16 api(SUPPORT_DESIGN, libs.exclude_for_material)
18 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
19 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
20 androidTestImplementation(ESPRESSO_CONTRIB_TMP, libs.exclude_for_espresso)
21 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
22 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
25 testImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
/frameworks/support/loader/
Dbuild.gradle12 api(ARCH_LIFECYCLE_LIVEDATA_CORE, libs.exclude_annotations_transitive)
13 api(ARCH_LIFECYCLE_VIEWMODEL, libs.exclude_annotations_transitive)
15 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
16 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
17 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
18 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/swiperefreshlayout/
Dbuild.gradle15 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
16 androidTestImplementation(TEST_RULES_TMP, libs.exclude_for_espresso)
17 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
18 androidTestImplementation(ESPRESSO_CONTRIB_TMP, libs.exclude_for_espresso)
19 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
20 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/base/tests/libs-permissions/
DAndroid.mk4 LOCAL_MODULE := com.android.test.libs.product
7 LOCAL_REQUIRED_MODULES := com.android.test.libs.product.xml
11 LOCAL_MODULE := com.android.test.libs.product.xml
14 LOCAL_SRC_FILES:= product/com.android.test.libs.product.xml
/frameworks/support/v7/recyclerview/
Dbuild.gradle15 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
16 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
17 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
18 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
25 testImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
/frameworks/base/core/java/android/webkit/
DWebViewDelegate.java188 final String[] libs = appInfo.sharedLibraryFiles; in addWebViewAssetPath() local
189 if (!ArrayUtils.contains(libs, newAssetPath)) { in addWebViewAssetPath()
191 final int newLibAssetsCount = 1 + (libs != null ? libs.length : 0); in addWebViewAssetPath()
193 if (libs != null) { in addWebViewAssetPath()
194 System.arraycopy(libs, 0, newLibAssets, 0, libs.length); in addWebViewAssetPath()
/frameworks/support/compat/
Dbuild.gradle12 api(ARCH_LIFECYCLE_RUNTIME, libs.exclude_annotations_transitive)
14 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
15 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
16 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
17 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/fragment/
Dbuild.gradle15 api(ARCH_LIFECYCLE_VIEWMODEL, libs.exclude_annotations_transitive)
17 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
18 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
19 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
20 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/dynamic-animation/
Dbuild.gradle14 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
15 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
16 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
17 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/transition/
Dbuild.gradle14 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
15 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
16 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
17 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/leanback/
Dbuild.gradle16 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
17 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
18 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
19 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/media-widget/
Dbuild.gradle31 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
32 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
33 androidTestImplementation(TEST_RULES_TMP, libs.exclude_for_espresso)
34 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
35 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/slices/view/
Dbuild.gradle29 api(ARCH_LIFECYCLE_LIVEDATA_CORE, libs.exclude_annotations_transitive)
31 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
32 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
33 androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy)
34 androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy)
/frameworks/support/wear/
Dbuild.gradle16 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
17 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
18 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
19 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/viewpager/
Dbuild.gradle14 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
15 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
16 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
17 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/legacy/core-utils/
Dbuild.gradle17 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
18 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
19 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
20 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/coordinatorlayout/
Dbuild.gradle14 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
15 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
16 androidTestImplementation(ESPRESSO_CONTRIB_TMP, libs.exclude_for_espresso)
17 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/media/
Dbuild.gradle13 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
14 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
15 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
16 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/testutils/
Dbuild.gradle27 implementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
28 implementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
29 implementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
30 implementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
/frameworks/native/libs/vr/libdvr/tests/
DAndroid.mk27 frameworks/native/libs/vr/libdvr/include \
53 frameworks/native/libs/vr/libdvr/include \
54 frameworks/native/libs/nativewindow/include
/frameworks/support/legacy/core-ui/
Dbuild.gradle23 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
24 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
25 androidTestImplementation(ESPRESSO_CONTRIB_TMP, libs.exclude_for_espresso)
26 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…
/frameworks/support/mediarouter/
Dbuild.gradle14 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
15 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
16 androidTestImplementation(TEST_RULES_TMP, libs.exclude_for_espresso)
/frameworks/support/work/workmanager-firebase/
Dbuild.gradle49 implementation(PLAY_SERVICES, libs.support_exclude_config)
50 implementation(FIREBASE_JOBDISPATCHER, libs.support_exclude_config)
53 implementation("com.android.support:support-v4:26.1.0", libs.support_exclude_config)
60 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has its own MockMaker
61 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has its own MockMa…
/frameworks/support/viewpager2/
Dbuild.gradle29 androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
30 androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
31 … androidTestImplementation(MOCKITO_CORE, libs.exclude_bytebuddy) // DexMaker has it"s own MockMaker
32 …androidTestImplementation(DEXMAKER_MOCKITO, libs.exclude_bytebuddy) // DexMaker has it"s own MockM…

123456789