Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastConstants.java374 private int getDeviceConfigInt(@NonNull String key, int def) { in getDeviceConfigInt() method in BroadcastConstants
394 MAX_RUNNING_PROCESS_QUEUES = getDeviceConfigInt(KEY_MAX_RUNNING_PROCESS_QUEUES, in updateDeviceConfigConstants()
396 EXTRA_RUNNING_URGENT_PROCESS_QUEUES = getDeviceConfigInt( in updateDeviceConfigConstants()
399 MAX_CONSECUTIVE_URGENT_DISPATCHES = getDeviceConfigInt( in updateDeviceConfigConstants()
402 MAX_CONSECUTIVE_NORMAL_DISPATCHES = getDeviceConfigInt( in updateDeviceConfigConstants()
405 MAX_RUNNING_ACTIVE_BROADCASTS = getDeviceConfigInt(KEY_MAX_RUNNING_ACTIVE_BROADCASTS, in updateDeviceConfigConstants()
407 MAX_CORE_RUNNING_BLOCKING_BROADCASTS = getDeviceConfigInt( in updateDeviceConfigConstants()
410 MAX_CORE_RUNNING_NON_BLOCKING_BROADCASTS = getDeviceConfigInt( in updateDeviceConfigConstants()
413 MAX_PENDING_BROADCASTS = getDeviceConfigInt(KEY_MAX_PENDING_BROADCASTS, in updateDeviceConfigConstants()
425 MAX_HISTORY_COMPLETE_SIZE = getDeviceConfigInt(KEY_MAX_HISTORY_COMPLETE_SIZE, in updateDeviceConfigConstants()
[all …]
/frameworks/base/services/
Dart-wear-profile5722 HSPLcom/android/server/am/BroadcastConstants;->getDeviceConfigInt(Ljava/lang/String;I)I