Searched refs:getDeviceConfigLong (Results 1 – 2 of 2) sorted by relevance
399 private long getDeviceConfigLong(@NonNull String key, long def) { in getDeviceConfigLong() method in BroadcastConstants437 DELAY_NORMAL_MILLIS = getDeviceConfigLong(KEY_DELAY_NORMAL_MILLIS, in updateDeviceConfigConstants()439 DELAY_CACHED_MILLIS = getDeviceConfigLong(KEY_DELAY_CACHED_MILLIS, in updateDeviceConfigConstants()441 DELAY_URGENT_MILLIS = getDeviceConfigLong(KEY_DELAY_URGENT_MILLIS, in updateDeviceConfigConstants()443 DELAY_FOREGROUND_PROC_MILLIS = getDeviceConfigLong(KEY_DELAY_FOREGROUND_PROC_MILLIS, in updateDeviceConfigConstants()445 DELAY_PERSISTENT_PROC_MILLIS = getDeviceConfigLong(KEY_DELAY_PERSISTENT_PROC_MILLIS, in updateDeviceConfigConstants()453 PENDING_COLD_START_CHECK_INTERVAL_MILLIS = getDeviceConfigLong( in updateDeviceConfigConstants()
1474 HSPLcom/android/server/am/BroadcastConstants;->getDeviceConfigLong(Ljava/lang/String;J)J