Home
last modified time | relevance | path

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

/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/androidTest/java/com/android/devicediagnostics/
DTestApplication.kt43 whenever(app.getLaunchLevel()).thenReturn(Build.VERSION_CODES.VANILLA_ICE_CREAM) in setupMocks()
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DApplicationInterface.kt64 open fun getLaunchLevel(): Int { in getLaunchLevel() method in com.android.devicediagnostics.ApplicationInterface
DGetStatusContentProvider.kt100 setLaunchLevel(ApplicationInterface.app.getLaunchLevel()) in getString()
DBatteryActivity.kt164 return ApplicationInterface.app.getLaunchLevel() in readLaunchLevel()
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/
DEvaluationFinalizeActivity.kt84 val launchLevel = ApplicationInterface.app.getLaunchLevel() in buildReport()