[go: nahoru, domu]

Searched refs:SYSTEM_HIGH_PRIORITY (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java90 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java125 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java164 public static final int SYSTEM_HIGH_PRIORITY = 1000; field in class:IntentFilter
457 * smaller than {@link #SYSTEM_HIGH_PRIORITY} .
463 * @see #SYSTEM_HIGH_PRIORITY
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1012 bootCompleteFilter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java265 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
H A DAlarmManagerService.java2711 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java597 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java538 intentFilter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1589 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);

Completed in 266 milliseconds