Home
last modified time | relevance | path

Searched refs:setPriority (Results 1 – 25 of 74) sorted by relevance

123

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java221 hidService.setPriority(device, BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()
230 headsetService.setPriority(device, BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()
237 a2dpService.setPriority(device, BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()
246 panService.setPriority(device, BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()
419 hsService.setPriority(device, BluetoothProfile.PRIORITY_AUTO_CONNECT); in setProfileAutoConnectionPriority()
428 a2dpService.setPriority(device, BluetoothProfile.PRIORITY_AUTO_CONNECT); in setProfileAutoConnectionPriority()
443 hsService.setPriority(device, BluetoothProfile.PRIORITY_ON); in adjustOtherHeadsetPriorities()
453 a2dpService.setPriority(device, BluetoothProfile.PRIORITY_ON); in adjustOtherSinkPriorities()
DBondStateMachine.java498 hidService.setPriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriority()
500 a2dpService.setPriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriority()
502 headsetService.setPriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriority()
504 headsetClientService.setPriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriority()
506 a2dpSinkService.setPriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriority()
508 pbapClientService.setPriority(device, BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriority()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java98 .setPriority(NotificationCompat.PRIORITY_DEFAULT) in showLowPriorityNotification()
146 .setPriority(NotificationCompat.PRIORITY_HIGH) in showHighPriorityNotification()
253 .setPriority(NotificationCompat.PRIORITY_HIGH) in updateUpcomingAlarmGroupNotification()
287 .setPriority(NotificationCompat.PRIORITY_HIGH) in updateMissedAlarmGroupNotification()
309 .setPriority(NotificationCompat.PRIORITY_MAX) in showSnoozeNotification()
352 .setPriority(NotificationCompat.PRIORITY_HIGH) in showMissedNotification()
435 notification.setPriority(NotificationCompat.PRIORITY_MAX); in showAlarmNotification()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrManager.java194 .setPriority(priority) in addSchedule()
231 .setPriority(mScheduleManager.suggestNewPriority()) in addScheduleInternal()
251 .setPriority(mScheduleManager.suggestNewSeriesPriority()) in addSeriesRecording()
265 .setPriority(mScheduleManager.suggestNewSeriesPriority()) in addSeriesRecording()
283 .setPriority(series.getPriority()) in addRecordedProgramToSeriesRecording()
323 .setPriority(series.getPriority()) in addScheduleToSeriesRecording()
381 .setPriority(priority).build()); in updateSeriesRecording()
628 .setPriority(newPriority).build()); in setHighestPriority()
DDvrScheduleManager.java554 .setPriority(suggestHighestPriority()) in getConflictingSchedules()
610 .setPriority(suggestHighestPriority()) in getConflictingSchedules()
709 .setPriority(newPriority) in getConflictingSchedulesForTune()
768 .setPriority(newPriority) in getConflictingSchedulesForWatching()
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java180 mBluetoothA2dpSink.setPriority(device, priority); in setProfilePriority()
183 mBluetoothHeadsetClient.setPriority(device, priority); in setProfilePriority()
186 mBluetoothMapClient.setPriority(device, priority); in setProfilePriority()
189 mBluetoothPbapClient.setPriority(device, priority); in setProfilePriority()
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
DRecordingTestUtils.java48 .setPriority(priority) in createTestRecordingWithPriorityAndPeriod()
57 .setPriority(priority) in createTestRecordingWithIdAndPriorityAndPeriod()
62 return ScheduledRecording.buildFrom(orig).setPriority(orig.getId()).build(); in normalizePriority()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java114 .setPriority(eq(device), eq(BluetoothProfile.PRIORITY_ON)); in testProcessInitProfilePriorities()
116 .setPriority(eq(device), eq(BluetoothProfile.PRIORITY_ON)); in testProcessInitProfilePriorities()
353 .setPriority(eq(device), eq(BluetoothProfile.PRIORITY_ON)); in testNoSupportedUuids()
354 verify(mockA2dpService, never()).setPriority(eq(device), eq(BluetoothProfile.PRIORITY_ON)); in testNoSupportedUuids()
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationService.java142 .setPriority(priority) in makeSmsNotification()
178 .setPriority(NotificationCompat.PRIORITY_MIN) in makeUploadNotification()
221 .setPriority(NotificationCompat.PRIORITY_MAX) in onHandleIntent()
320 .setPriority(NotificationCompat.PRIORITY_LOW) in onHandleIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java169 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in A2dpSinkService
304 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in A2dpSinkService.BluetoothA2dpSinkBinder
307 return service.setPriority(device, priority); in setPriority()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java123 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in MapClientService
277 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in MapClientService.Binder
280 return service.setPriority(device, priority); in setPriority()
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDefaultDialerExecutorFactory.java106 thread.setPriority(5); // Corresponds to Process.THREAD_PRIORITY_DEFAULT
163 thread.setPriority(4); // Corresponds to Process.THREAD_PRIORITY_BACKGROUND
176 thread.setPriority(4); // Corresponds to Process.THREAD_PRIORITY_BACKGROUND
/packages/apps/TV/src/com/android/tv/dvr/data/
DSeriesRecording.java137 .setPriority(r.getPriority()) in buildFrom()
182 .setPriority(c.getLong(++index)) in fromCursor()
298 public Builder setPriority(long priority) { in setPriority() method in SeriesRecording.Builder
428 .setPriority(in.readLong()) in fromParcel()
DScheduledRecording.java190 public Builder setPriority(long priority) { in setPriority() method in ScheduledRecording.Builder
293 .setPriority(orig.mPriority) in buildFrom()
366 .setPriority(c.getLong(++index)) in fromCursor()
418 .setPriority(in.readLong()) in fromParcel()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java226 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in PbapClientService.BluetoothPbapClientBinder
231 return service.setPriority(device, priority); in setPriority()
354 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in PbapClientService
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DDvrScheduleManagerTest.java360 .setPriority(++priority).build()), in testGetConflictingSchedules_addSchedules1()
365 .setPriority(++priority).build()), in testGetConflictingSchedules_addSchedules1()
384 .setPriority(++priority).build()), in testGetConflictingSchedules_addSchedules2()
389 .setPriority(++priority).build()), in testGetConflictingSchedules_addSchedules2()
410 .setPriority(0).build()), in testGetConflictingSchedules_addLowestPriority()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java237 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in A2dpService
403 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in A2dpService.BluetoothA2dpBinder
406 return service.setPriority(device, priority); in setPriority()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
DCallCard.java123 setPriority(PRIORITY_CALL_ACTIVE); in animateCallConnected()
179 setPriority(PRIORITY_GARBAGE); in animateCallDisconnected()
DCardView.java332 public void setPriority(int priority) { in setPriority() method in CardView
349 setPriority(PRIORITY_GARBAGE); in removeGracefully()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java157 .setPriority(Notification.PRIORITY_HIGH) in build()
270 .setPriority(Notification.PRIORITY_MAX) in buildHeadsUp()
352 .setPriority(Notification.PRIORITY_HIGH) in buildMissed()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java172 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in HeadsetService.BluetoothHeadsetBinder
175 return service.setPriority(device, priority); in setPriority()
402 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java125 public void setPriority(int priority) { in setPriority() method in BluetoothMapConvoContactElement
272 newElement.setPriority(Integer.parseInt(attributeValue)); in createFromXml()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java194 builder.setPriority(Notification.PRIORITY_HIGH); in getPhoneAccountNotification()
216 builder.setPriority(Notification.PRIORITY_HIGH); in getMainNotification()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrPrioritySettingsFragment.java66 .setPriority(Long.MAX_VALUE) in onAttach()
134 .setPriority(priority).build()); in onTrackedGuidedActionClicked()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java543 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in SapService
858 public boolean setPriority(BluetoothDevice device, int priority) { in setPriority() method in SapService.SapBinder
861 return service.setPriority(device, priority); in setPriority()

123