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.java180 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
238 public int getPriority(BluetoothDevice device) { method in class:A2dpService
400 public int getPriority(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
403 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);
351 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
401 public int getPriority(BluetoothDevice device) { method in class:HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java266 public int getPriority(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
271 return service.getPriority(device);
491 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
567 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/TV/src/com/android/tv/ui/
H A DSelectInputView.java404 int priorityL = getPriority(lhs);
405 int priorityR = getPriority(rhs);
425 private int getPriority(TvInputInfo info) { method in class:SelectInputView.InputsComparator
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java355 public int getPriority(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
358 return service.getPriority(device);
406 if (getPriority(device) == BluetoothInputDevice.PRIORITY_OFF) {
456 public int getPriority(BluetoothDevice device) { method in class:HidService
654 (BluetoothProfile.PRIORITY_OFF == getPriority(device)) ||
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java356 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/
H A DRecordingTask.java90 return Long.compare(lhs.getPriority(), rhs.getPriority());
373 public long getPriority() { method in class:RecordingTask
374 return mScheduledRecording.getPriority();
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.java396 values.put(Schedules.COLUMN_PRIORITY, r.getPriority());
645 public long getPriority() { method in class:ScheduledRecording
/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.java411 public byte getPriority() { method in class:PsipData.Ac3AudioDescriptor

Completed in 429 milliseconds