Searched refs:getLaunchLevel (Results 1 – 5 of 5) sorted by relevance
43 whenever(app.getLaunchLevel()).thenReturn(Build.VERSION_CODES.VANILLA_ICE_CREAM) in setupMocks()
64 open fun getLaunchLevel(): Int { in getLaunchLevel() method in com.android.devicediagnostics.ApplicationInterface
100 setLaunchLevel(ApplicationInterface.app.getLaunchLevel()) in getString()
164 return ApplicationInterface.app.getLaunchLevel() in readLaunchLevel()
84 val launchLevel = ApplicationInterface.app.getLaunchLevel() in buildReport()