Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/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/Launcher3/src/com/android/launcher3/
DUtilities.java140 public static boolean isPropertyEnabled(String propertyName) { in isPropertyEnabled() argument
141 return Log.isLoggable(propertyName, Log.VERBOSE); in isPropertyEnabled()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2124 private URL[] combineCaptivePortalUrls(final String firstUrl, final String propertyName) { in combineCaptivePortalUrls() argument
2128 NAMESPACE_CONNECTIVITY, propertyName, ""); in combineCaptivePortalUrls()