Home
last modified time | relevance | path

Searched refs:outcome (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java617 int outcome = loadingPackageCodeLocations.searchDex(dexPath, userId); in getDexPackage() local
618 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()
620 return new DexSearchResult(loadingPackageCodeLocations.mPackageName, outcome); in getDexPackage()
628 outcome = pcl.searchDex(dexPath, userId); in getDexPackage()
629 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()
630 return new DexSearchResult(pcl.mPackageName, outcome); in getDexPackage()
884 public DexSearchResult(String owningPackageName, int outcome) { in DexSearchResult() argument
886 this.mOutcome = outcome; in DexSearchResult()
/frameworks/support/navigation/safe-args-gradle-plugin/src/test/kotlin/androidx/navigation/safeargs/gradle/
DPluginTest.kt255 assertThat(task(":$name")!!.outcome, `is`(TaskOutcome.SUCCESS)) in testData()
260 assertThat(task(":$name")!!.outcome, `is`(TaskOutcome.FAILED)) in BuildResult()
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dretn.txt3090 the outcome of this long period of continuous work. As I have
8995 Professor--it was she,' but imagines that they were the outcome of
Dmems.txt9561 intelligence will see that there can be but one outcome to this
/frameworks/base/config/
Dhiddenapi-light-greylist.txt9027 Ljava/util/concurrent/FutureTask;->outcome:Ljava/lang/Object;