Home
last modified time | relevance | path

Searched refs:applicationInfo (Results 1 – 6 of 6) sorted by relevance

/benchmark/integration-tests/macrobenchmark/src/main/java/androidx/benchmark/integration/macrobenchmark/
DSystemAppTest.kt31 val applicationInfo = getInstalledPackageInfo(BENCHMARK_TARGET) in targetIsNotASystemApp() constant
32 assertFalse(applicationInfo.isSystemApp()) in targetIsNotASystemApp()
37 val applicationInfo = getInstalledPackageInfo(SYSTEM_UI) in sysUiIsASystemApp() constant
38 assertTrue(applicationInfo.isSystemApp()) in sysUiIsASystemApp()
/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DApi29.kt25 return applicationInfo.isProfileableByShell in isProfileableByShell()
DErrors.kt61 val appInfo = context.applicationInfo
/benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/
DBenchmarkConfigTest.kt65 val debuggable = contextTest.applicationInfo.flags and ApplicationInfo.FLAG_DEBUGGABLE != 0 in debuggableFalse()
/benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/
DMacrobenchmark.kt71 val applicationInfo = getInstalledPackageInfo(packageName) in checkErrors() constant
79 hasError = applicationInfo.flags.and(FLAG_DEBUGGABLE) != 0, in checkErrors()
101 applicationInfo.isNotProfileableByShell(), in checkErrors()
/benchmark/benchmark-common/src/main/java/androidx/benchmark/perfetto/
DPerfettoCapture.kt226 .applicationInfo in <lambda>()