Searched refs:propertyFor (Results 1 – 2 of 2) sorted by relevance
356 private static @NonNull String propertyFor(@NonNull String key) { in propertyFor() method in BroadcastConstants371 SystemProperties.getBoolean(propertyFor(key), def)); in getDeviceConfigBoolean()376 SystemProperties.getInt(propertyFor(key), def)); in getDeviceConfigInt()381 SystemProperties.getLong(propertyFor(key), def)); in getDeviceConfigLong()
5725 HSPLcom/android/server/am/BroadcastConstants;->propertyFor(Ljava/lang/String;)Ljava/lang/String;