Searched refs:applicationInfo (Results 1 – 6 of 6) sorted by relevance
31 val applicationInfo = getInstalledPackageInfo(BENCHMARK_TARGET) in targetIsNotASystemApp() constant32 assertFalse(applicationInfo.isSystemApp()) in targetIsNotASystemApp()37 val applicationInfo = getInstalledPackageInfo(SYSTEM_UI) in sysUiIsASystemApp() constant38 assertTrue(applicationInfo.isSystemApp()) in sysUiIsASystemApp()
25 return applicationInfo.isProfileableByShell in isProfileableByShell()
61 val appInfo = context.applicationInfo
65 val debuggable = contextTest.applicationInfo.flags and ApplicationInfo.FLAG_DEBUGGABLE != 0 in debuggableFalse()
71 val applicationInfo = getInstalledPackageInfo(packageName) in checkErrors() constant79 hasError = applicationInfo.flags.and(FLAG_DEBUGGABLE) != 0, in checkErrors()101 applicationInfo.isNotProfileableByShell(), in checkErrors()
226 .applicationInfo in <lambda>()