Home
last modified time | relevance | path

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

/build/soong/java/
Dapp_import.go179 if ctx.InstallInTestcases() && (Bool(a.properties.Presigned) || a.preprocessed) {
274 } else if ctx.InstallInTestcases() {
497 func (a *AndroidTestImport) InstallInTestcases() bool { func
Drobolectric.go346 func (r *robolectricTest) InstallInTestcases() bool { return true } func
416 func (r *robolectricRuntimes) InstallInTestcases() bool { return true } func
Dapp.go628 } else if ctx.InstallInTestcases() {
958 func (a *AndroidTest) InstallInTestcases() bool { func
1074 func (a *AndroidTestHelperApp) InstallInTestcases() bool { func
/build/soong/android/
Dpaths.go106 InstallInTestcases() bool methodSpec
1683 if ctx.InstallInTestcases() {
1900 func (m testModuleInstallPathContext) InstallInTestcases() bool { func