Searched defs:getPriority (Results 1 - 6 of 6) sorted by relevance

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DPriorityThreadFactoryTest.java45 assertEquals(priority, r.getPriority());
53 public synchronized int getPriority() throws InterruptedException { method in class:PriorityThreadFactoryTest.CheckPriorityRunnable
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java111 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
163 public int getPriority(BluetoothDevice device) { method in class:A2dpService
241 public int getPriority(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
244 return service.getPriority(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java175 public int getPriority(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
178 return service.getPriority(device);
313 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
365 public int getPriority(BluetoothDevice device) { method in class:HeadsetService
/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailStatusHelperImpl.java131 public int getPriority() { method in class:VoicemailStatusHelperImpl.OverallState
236 overallState.getPriority());
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java336 public int getPriority(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
339 return service.getPriority(device);
387 if (getPriority(device) == BluetoothInputDevice.PRIORITY_OFF) {
437 public int getPriority(BluetoothDevice device) { method in class:HidService
610 (BluetoothProfile.PRIORITY_OFF == getPriority(device)) ||
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java187 priority = getPriority(attachment);
257 long priority = getPriority(att);
628 private static int getPriority(Attachment att) { method in class:AttachmentDownloadService

Completed in 767 milliseconds