Searched defs:FOREGROUND_IMPORTANCE_CUTOFF (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceService.java63 private static final int FOREGROUND_IMPORTANCE_CUTOFF = field in class:HidDeviceService
231 if (importance > FOREGROUND_IMPORTANCE_CUTOFF
505 && mActivityManager.getUidImportance(callingUid) > FOREGROUND_IMPORTANCE_CUTOFF) {
649 FOREGROUND_IMPORTANCE_CUTOFF);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java107 private static final int FOREGROUND_IMPORTANCE_CUTOFF = field in class:ScanManager
143 FOREGROUND_IMPORTANCE_CUTOFF);

Completed in 14 milliseconds