Home
last modified time | relevance | path

Searched refs:SLICE_NAME_APP_LAUNCH (Results 1 – 2 of 2) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DSlices.kt28 const val SLICE_NAME_APP_LAUNCH = "launching" constant
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt139 if (systemServerSlice.name.startsWith(SLICE_NAME_APP_LAUNCH)) { in Model()