Home
last modified time | relevance | path

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

/benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/
DApi29.kt21 import android.content.pm.ApplicationInfo
24 internal fun ApplicationInfo.isNotProfileableByShell(): Boolean { in isNotProfileableByShell()
DMacrobenchmark.kt19 import android.content.pm.ApplicationInfo in <lambda>()
20 import android.content.pm.ApplicationInfo.FLAG_DEBUGGABLE in <lambda>()
21 import android.content.pm.ApplicationInfo.FLAG_SYSTEM in <lambda>()
22 import android.content.pm.ApplicationInfo.FLAG_UPDATED_SYSTEM_APP in <lambda>()
50 fun getInstalledPackageInfo(packageName: String): ApplicationInfo { in <lambda>()
64 fun ApplicationInfo.isSystemApp(): Boolean { in isSystemApp() method
/benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/
DBenchmarkConfigTest.kt19 import android.content.pm.ApplicationInfo
65 val debuggable = contextTest.applicationInfo.flags and ApplicationInfo.FLAG_DEBUGGABLE != 0 in debuggableFalse()
/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DErrors.kt21 import android.content.pm.ApplicationInfo
66 (appInfo.flags and ApplicationInfo.FLAG_DEBUGGABLE != 0)
DDeviceInfo.kt23 import android.content.pm.ApplicationInfo
122 private fun getMainlineAppInfo(packageName: String): ApplicationInfo? { in getMainlineAppInfo()