Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/utils/
DCarUiUtils.java191 String propertyName = resources.getString(propertyResId); in getSystemProperty() local
192 boolean isReadOnly = propertyName.startsWith(READ_ONLY_SYSTEM_PROPERTY_PREFIX); in getSystemProperty()
194 return readSystemProperty(propertyName); in getSystemProperty()
201 String value = readSystemProperty(propertyName); in getSystemProperty()
208 private static String readSystemProperty(String propertyName) { in readSystemProperty() argument
226 Object[] params = new Object[]{propertyName}; in readSystemProperty()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java82 public void setRequestProperty(String propertyName, String value) { in setRequestProperty() argument
85 if (!TextUtils.equals("Connection", propertyName) || !TextUtils.equals("close", value)) { in setRequestProperty()
86 mConnection.setRequestProperty(propertyName, value); in setRequestProperty()
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/
DSensors.java94 private static <T> Sensor<T> registerSensor(String propertyName, int propertyId, int areaId, in registerSensor() argument
96 Sensor<T> sensor = new Sensor<>(propertyName, propertyId, areaId, expectedPropertyType, in registerSensor()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/
DSensors.java92 private static <T> Sensor<T> registerSensor(String propertyName, int propertyId, int areaId, in registerSensor() argument
94 Sensor<T> sensor = new Sensor<>(propertyName, propertyId, areaId, expectedPropertyType, in registerSensor()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java170 public static boolean isPropertyEnabled(String propertyName) { in isPropertyEnabled() argument
171 return Log.isLoggable(propertyName, Log.VERBOSE); in isPropertyEnabled()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2164 private URL[] combineCaptivePortalUrls(final String firstUrl, final String propertyName) { in combineCaptivePortalUrls() argument
2168 NAMESPACE_CONNECTIVITY, propertyName, ""); in combineCaptivePortalUrls()