/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 116 if(getPriority(device) >= BluetoothProfile.PRIORITY_ON) { in onReceive() 207 public int getPriority(BluetoothDevice device) { in getPriority() method in PbapClientService.BluetoothPbapClientBinder 212 return service.getPriority(device); in getPriority() 267 if (getPriority(device)>BluetoothProfile.PRIORITY_OFF) { in connect() 322 public int getPriority(BluetoothDevice device) { in getPriority() method in PbapClientService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 264 (hidService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){ in processInitProfilePriorities() 272 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) { in processInitProfilePriorities() 279 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){ in processInitProfilePriorities() 286 (headsetClientService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) { in processInitProfilePriorities() 292 (a2dpSinkService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) { in processInitProfilePriorities() 298 (pbapClientService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) { in processInitProfilePriorities() 1666 if (hsService.getPriority(device) == BluetoothProfile.PRIORITY_AUTO_CONNECT ){ in autoConnectHeadset() 1680 if (a2dpSservice.getPriority(device) == BluetoothProfile.PRIORITY_AUTO_CONNECT ){ in autoConnectA2dp() 1695 if (headsetClientService.getPriority(device) == BluetoothProfile.PRIORITY_AUTO_CONNECT){ in autoConnectHeadsetClient() 1711 if (a2dpSinkService.getPriority(device) == BluetoothProfile.PRIORITY_AUTO_CONNECT) { in autoConnectA2dpSink() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 132 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) { in connect() 190 public int getPriority(BluetoothDevice device) { in getPriority() method in A2dpService 291 public int getPriority(BluetoothDevice device) { in getPriority() method in A2dpService.BluetoothA2dpBinder 294 return service.getPriority(device); in getPriority()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
D | PriorityThreadFactoryTest.java | 45 assertEquals(priority, r.getPriority()); in priorityTest() 53 public synchronized int getPriority() throws InterruptedException { in getPriority() method in PriorityThreadFactoryTest.CheckPriorityRunnable
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/ |
D | RecordingTestUtils.java | 58 Assert.assertEquals("priority", expected.getPriority(), actual.getPriority()); in assertRecordingEquals()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 173 public int getPriority(BluetoothDevice device) { in getPriority() method in A2dpSinkService 302 public int getPriority(BluetoothDevice device) { in getPriority() method in A2dpSinkService.BluetoothA2dpSinkBinder 305 return service.getPriority(device); in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 182 public int getPriority(BluetoothDevice device) { in getPriority() method in HeadsetService.BluetoothHeadsetBinder 185 return service.getPriority(device); in getPriority() 351 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) { in connect() 404 public int getPriority(BluetoothDevice device) { in getPriority() method in HeadsetService
|
D | HeadsetStateMachine.java | 418 Log.i(TAG,"Incoming Hf rejected. priority=" + mService.getPriority(device)+ in processConnectionEvent() 448 Log.i(TAG,"Incoming Hf rejected. priority=" + mService.getPriority(device) + in processConnectionEvent() 669 mService.getPriority(device) + " bondState=" + in processConnectionEvent() 1069 mService.getPriority(device) + " bondState=" + in processConnectionEvent() 1503 + mService.getPriority(device) + in processConnectionEvent() 1921 mService.getPriority(device) + in processConnectionEvent() 3319 int priority = mService.getPriority(device); in okToConnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 353 public int getPriority(BluetoothDevice device) { in getPriority() method in HidService.BluetoothInputDeviceBinder 356 return service.getPriority(device); in getPriority() 404 if (getPriority(device) == BluetoothInputDevice.PRIORITY_OFF) { in connect() 454 public int getPriority(BluetoothDevice device) { in getPriority() method in HidService 661 (BluetoothProfile.PRIORITY_OFF == getPriority(device)) || in okToConnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 225 public int getPriority(BluetoothDevice device) { in getPriority() method in HeadsetClientService.BluetoothHeadsetClientBinder 230 return service.getPriority(device); in getPriority() 484 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) { in connect() 539 public int getPriority(BluetoothDevice device) { in getPriority() method in HeadsetClientService
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
D | VoicemailStatusHelperImpl.java | 131 public int getPriority() { in getPriority() method in VoicemailStatusHelperImpl.OverallState 236 overallState.getPriority()); in getMessageForStatusEntry()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | SelectInputView.java | 405 int priorityL = getPriority(lhs); in compare() 406 int priorityR = getPriority(rhs); in compare() 426 private int getPriority(TvInputInfo info) { in getPriority() method in SelectInputView.InputsComparator
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | ScheduledRecording.java | 225 values.put(DvrContract.Recordings.COLUMN_PRIORITY, r.getPriority()); in toContentValues() 337 public long getPriority() { in getPriority() method in ScheduledRecording
|
D | DvrManager.java | 81 : recordingsToOverride.get(0).getPriority() - 1; in addSchedule()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | MultimediaMessagePdu.java | 117 public int getPriority() { in getPriority() method in MultimediaMessagePdu
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | MultimediaMessagePdu.java | 119 public int getPriority() { in getPriority() method in MultimediaMessagePdu
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | NotificationState.java | 135 public abstract int getPriority(); in getPriority() method in NotificationState
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 560 public int getPriority(BluetoothDevice device) { in getPriority() method in SapService 867 public int getPriority(BluetoothDevice device) { in getPriority() method in SapService.SapBinder 870 return service.getPriority(device); in getPriority()
|
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/ |
D | ScheduledRecordingTest.java | 89 c = ScheduledRecording.buildFrom(c).setPriority(b.getPriority() - 1).build(); in testBuild_priority()
|
/packages/apps/TV/src/com/android/tv/customization/ |
D | TvCustomizationManager.java | 115 int position = info.filter.getPriority(); in buildCustomActions()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 78 return sINM.getPriority(pkg, uid) == Notification.PRIORITY_MAX; in getBypassZenMode()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 581 public int getPriority(BluetoothDevice device) { in getPriority() method in BluetoothMapService 1258 public int getPriority(BluetoothDevice device) { in getPriority() method in BluetoothMapService.BluetoothMapBinder 1261 return service.getPriority(device); in getPriority()
|
D | BluetoothMapMessageListingElement.java | 202 public String getPriority() { in getPriority() method in BluetoothMapMessageListingElement
|
D | BluetoothMapConvoContactElement.java | 122 public int getPriority() { in getPriority() method in BluetoothMapConvoContactElement
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/ |
D | PsipData.java | 410 public byte getPriority() { in getPriority() method in PsipData.Ac3AudioDescriptor
|