Searched refs:buildType (Results 1 – 7 of 7) sorted by relevance
33 self.buildType = self.dut.Execute("getprop ro.build.type")[0].strip()36 if (self.buildType == "user"):38 self.assertTrue(self.buildType in ["userdebug", "eng"])
57 const string &buildType, in isAllowed() argument59 if (buildType != "user") { in isAllowed()
27 const std::string &buildType,
106 @Inject BuildType buildType; field in DvrPlaybackOverlayFragment175 buildType != BuildType.ENG && !mLegacyFlags.enableDeveloperFeatures()); in onActivityCreated()
150 HasBuildType.BuildType buildType) { in EpgFetcherImpl() argument158 mBuildType = buildType; in EpgFetcherImpl()
268 const prop_info* buildType = __system_property_find("ro.build.type"); in init_system_properties() local269 if (buildType != NULL) { in init_system_properties()270 __system_property_read_callback(buildType, init_build_type_callback, this); in init_system_properties()
1363 String buildType = SystemProperties.get("ro.build.type"); in protectedVmHasValidDiceChain() local1364 boolean nonUserBuild = !buildType.isEmpty() && buildType != "user"; in protectedVmHasValidDiceChain()