Searched defs:getPriority (Results 1 - 24 of 24) 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/Messaging/src/android/support/v7/mms/pdu/
H A DMultimediaMessagePdu.java117 public int getPriority() { method in class:MultimediaMessagePdu
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DMultimediaMessagePdu.java119 public int getPriority() { method in class:MultimediaMessagePdu
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNotificationState.java135 public abstract int getPriority(); method in class:NotificationState
H A DMessageNotificationState.java121 public int getPriority() { method in class:MessageNotificationState
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java189 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
247 public int getPriority(BluetoothDevice device) { method in class:A2dpService
409 public int getPriority(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
412 return service.getPriority(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java133 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
181 public int getPriority(BluetoothDevice device) { method in class:A2dpSinkService
310 public int getPriority(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
313 return service.getPriority(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java131 public int getPriority(BluetoothDevice device) { method in class:MapClientService
283 public int getPriority(BluetoothDevice device) { method in class:MapClientService.Binder
286 return service.getPriority(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientService.java235 public int getPriority(BluetoothDevice device) { method in class:PbapClientService.BluetoothPbapClientBinder
240 return service.getPriority(device);
289 if (getPriority(device) <= BluetoothProfile.PRIORITY_OFF) {
366 public int getPriority(BluetoothDevice device) { method in class:PbapClientService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java178 public int getPriority(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
181 return service.getPriority(device);
356 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
410 public int getPriority(BluetoothDevice device) { method in class:HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java280 public int getPriority(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
285 return service.getPriority(device);
505 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
581 public int getPriority(BluetoothDevice device) { method in class:HeadsetClientService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java121 public int getPriority() { method in class:BluetoothMapConvoContactElement
H A DBluetoothMapMessageListingElement.java198 public String getPriority() { method in class:BluetoothMapMessageListingElement
H A DBluetoothMapService.java569 public int getPriority(BluetoothDevice device) { method in class:BluetoothMapService
1228 public int getPriority(BluetoothDevice device) { method in class:BluetoothMapService.BluetoothMapBinder
1231 return service.getPriority(device);
/packages/apps/Car/libs/car-stream-lib/src/com/android/car/stream/
H A DStreamCard.java171 public int getPriority() { method in class:StreamCard
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java377 public int getPriority(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
380 return service.getPriority(device);
440 if (getPriority(device) == BluetoothInputDevice.PRIORITY_OFF) {
490 public int getPriority(BluetoothDevice device) { method in class:HidService
730 (BluetoothProfile.PRIORITY_OFF == getPriority(device)) ||
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java368 public int getPriority(BluetoothDevice device) { method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java551 public int getPriority(BluetoothDevice device) { method in class:SapService
864 public int getPriority(BluetoothDevice device) { method in class:SapService.SapBinder
867 return service.getPriority(device);
/packages/apps/TV/src/com/android/tv/dvr/data/
H A DSeriesRecording.java137 .setPriority(r.getPriority())
210 values.put(SeriesRecordings.COLUMN_PRIORITY, r.getPriority());
296 * @see #getPriority() ()
508 public long getPriority() { method in class:SeriesRecording
H A DScheduledRecording.java395 values.put(Schedules.COLUMN_PRIORITY, r.getPriority());
644 public long getPriority() { method in class:ScheduledRecording
/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DRecordingTask.java92 return Long.compare(lhs.getPriority(), rhs.getPriority());
383 public long getPriority() { method in class:RecordingTask
384 return mScheduledRecording.getPriority();
/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java602 int priorityL = getPriority(lhs);
603 int priorityR = getPriority(rhs);
647 private int getPriority(TvInputInfo info) { method in class:TvInputManagerHelper.HardwareInputComparator
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
H A DCardView.java340 public int getPriority() { method in class:CardView
345 return getPriority() == PRIORITY_GARBAGE;
354 int res = this.getPriority() - another.getPriority();
/packages/apps/TV/src/com/android/tv/tuner/data/
H A DPsipData.java456 public byte getPriority() { method in class:PsipData.Ac3AudioDescriptor

Completed in 408 milliseconds