Searched refs:getDeviceConfigLong (Results 1 – 2 of 2) sorted by relevance
379 private long getDeviceConfigLong(@NonNull String key, long def) { in getDeviceConfigLong() method in BroadcastConstants415 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()
5723 HSPLcom/android/server/am/BroadcastConstants;->getDeviceConfigLong(Ljava/lang/String;J)J