Searched refs:systemProperties (Results 1 – 3 of 3) sorted by relevance
68 final Class<?> systemProperties = Class.forName("android.os.SystemProperties"); in getBoolean() local69 final Method get = systemProperties.getMethod("getBoolean", String.class, Boolean.TYPE); in getBoolean()
52 RealLogger logger, SystemPropertiesHelper.Interface systemProperties) { in AbstractDeviceSupportHelper() argument54 mSystemProperties = Objects.requireNonNull(systemProperties); in AbstractDeviceSupportHelper()
240 MockableSystemProperties systemProperties, in ThreadNetworkControllerService() argument255 mSystemProperties = systemProperties; in ThreadNetworkControllerService()373 static String getVendorName(Resources resources, MockableSystemProperties systemProperties) { in getVendorName() argument377 vendorName = systemProperties.get(PROP_MANUFACTURER); in getVendorName()386 static String getModelName(Resources resources, MockableSystemProperties systemProperties) { in getModelName() argument390 modelName = systemProperties.get(PROP_MODEL); in getModelName()401 Resources resources, MockableSystemProperties systemProperties) { in getMeshcopTxtAttributes() argument402 final String vendorName = getVendorName(resources, systemProperties); in getMeshcopTxtAttributes()403 final String modelName = getModelName(resources, systemProperties); in getMeshcopTxtAttributes()