Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Codegen/
H A DrunTest.sh29 exitCode=$?
33 return $exitCode
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DApplicationExitInfoTest.java237 int exitCode = 5; in testApplicationExitInfo() local
266 exitCode, // status in testApplicationExitInfo()
313 exitCode = 6; in testApplicationExitInfo()
343 exitCode, // status in testApplicationExitInfo()
707 exitCode, // status in testApplicationExitInfo()
865 exitCode = 6; in testApplicationExitInfo()
877 exitCode, // status in testApplicationExitInfo()
902 exitCode = 5; in testApplicationExitInfo()
914 exitCode, // status in testApplicationExitInfo()
943 private static int makeExitStatus(int exitCode) { in makeExitStatus() argument
[all …]
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSmsNumberUtils.java439 for (String exitCode : allIDDs) { in checkInternationalNumberPlan()
440 if (number.startsWith(exitCode)) { in checkInternationalNumberPlan()
441 String numberNoIDD = number.substring(exitCode.length()); in checkInternationalNumberPlan()
444 numberEntry.IDD = exitCode; in checkInternationalNumberPlan()
/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
H A DDynamicCodeLoggerIntegrationTests.java214 int exitCode = process.waitFor(); in testGeneratesEvents_nativeExecutable() local
215 assertThat(exitCode).isEqualTo(0); in testGeneratesEvents_nativeExecutable()