Home
last modified time | relevance | path

Searched refs:getDeviceConfigLong (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastConstants.java379 private long getDeviceConfigLong(@NonNull String key, long def) { in getDeviceConfigLong() method in BroadcastConstants
415 DELAY_NORMAL_MILLIS = getDeviceConfigLong(KEY_DELAY_NORMAL_MILLIS, in updateDeviceConfigConstants()
417 DELAY_CACHED_MILLIS = getDeviceConfigLong(KEY_DELAY_CACHED_MILLIS, in updateDeviceConfigConstants()
419 DELAY_URGENT_MILLIS = getDeviceConfigLong(KEY_DELAY_URGENT_MILLIS, in updateDeviceConfigConstants()
421 DELAY_FOREGROUND_PROC_MILLIS = getDeviceConfigLong(KEY_DELAY_FOREGROUND_PROC_MILLIS, in updateDeviceConfigConstants()
423 DELAY_PERSISTENT_PROC_MILLIS = getDeviceConfigLong(KEY_DELAY_PERSISTENT_PROC_MILLIS, in updateDeviceConfigConstants()
431 PENDING_COLD_START_CHECK_INTERVAL_MILLIS = getDeviceConfigLong( in updateDeviceConfigConstants()
/frameworks/base/services/
Dart-wear-profile5723 HSPLcom/android/server/am/BroadcastConstants;->getDeviceConfigLong(Ljava/lang/String;J)J