Home
last modified time | relevance | path

Searched refs:MAIN (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/car_builtin/src/android/car/cts/builtin/util/
DTimeUtilsTest.java19 import static android.car.cts.builtin.util.LogcatHelper.Buffer.MAIN;
59 assertLogcatMessage(MAIN, INFO, "System.out", message); in assertLogMessage()
DLogcatHelper.java51 EVENTS, MAIN, SYSTEM, ALL; enumConstant
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/
DRequireResourcesBooleanValue.kt33 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DRequireFactoryResetProtectionPolicySupported.java26 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DUsesAnnotationExecutor.kt43 const val MAIN = "com.android.bedstead.harrier.MainAnnotationExecutor" constant
DEnsureUnlocked.java34 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DEnsureScreenIsOn.java34 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DRequireUsbDataSignalingCanBeDisabled.java31 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DRequireStorageEncryptionUnsupported.java31 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DRequireStorageEncryptionSupported.java31 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DRequireLowRamDevice.java33 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DRequireNotLowRamDevice.java33 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DRequireFeature.java39 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
DRequireDoesNotHaveFeature.java39 @UsesAnnotationExecutor(UsesAnnotationExecutor.MAIN)
/cts/tests/ServiceKillTest/app/src/com/android/cts/servicekilltestapp/
DServiceKillTestService.java120 mCurrentBenchmark.addEvent(Benchmark.Measure.MAIN, SystemClock.elapsedRealtime());
442 MAIN(MAIN_REPEAT_MS), enumConstant
553 getResult(Measure.MAIN, range)) / 4f; in getResult()
600 tests.size(), getResult(Measure.MAIN) * 100, in toReportString()
601 getEvents(Measure.MAIN).size(), getResult(Measure.WORK) * 100, in toReportString()
/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/
DServiceKillTests.java87 test("testMain", DEFAULT_DURATION * 2, MAIN); in testMainLong()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt11195 field public static final String ACTION_MAIN = "android.intent.action.MAIN";