Searched refs:setPriority (Results 1 - 25 of 49) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java129 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
155 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
158 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DHidProfile.java136 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
139 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DHeadsetProfile.java134 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
170 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
173 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DMapProfile.java124 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
156 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
159 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java425 hidService.setPriority(device,BluetoothProfile.PRIORITY_ON);
430 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
435 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON);
445 hidService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
447 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
449 headsetService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java129 .setPriority(NotificationCompat.PRIORITY_HIGH)
145 .setPriority(NotificationCompat.PRIORITY_MIN)
173 .setPriority(NotificationCompat.PRIORITY_MAX)
256 .setPriority(NotificationCompat.PRIORITY_LOW)
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DRenderScriptWallpaper.java109 mRs.setPriority(RenderScript.Priority.LOW);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java165 public boolean setPriority(BluetoothDevice device, int priority) { method in class:A2dpService
264 public boolean setPriority(BluetoothDevice device, int priority) { method in class:A2dpService.BluetoothA2dpBinder
267 return service.setPriority(device, priority);
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.java74 .setPriority(Notification.PRIORITY_DEFAULT)
112 .setPriority(Notification.PRIORITY_HIGH)
145 .setPriority(Notification.PRIORITY_MAX)
177 .setPriority(Notification.PRIORITY_HIGH)
249 notification.setPriority(Notification.PRIORITY_MAX);
/packages/apps/Mms/src/com/android/mms/util/
H A DBackgroundLoaderManager.java161 t.setPriority(Thread.MIN_PRIORITY);
H A DDraftCache.java84 thread.setPriority(Thread.MIN_PRIORITY);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSuppressNotificationReceiver.java61 filter.setPriority(0);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFileCleaningTracker.java191 setPriority(Thread.MAX_PRIORITY);
/packages/wallpapers/Basic/src/com/android/wallpaper/
H A DRenderScriptWallpaper.java101 mRs.setPriority(RenderScript.Priority.LOW);
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
H A DGalaxy4Wallpaper.java82 mRenderScript.setPriority(RenderScript.Priority.LOW);
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
H A DHoloSpiralView.java65 mRenderScript.setPriority(RenderScript.Priority.LOW);
H A DHoloSpiralWallpaper.java73 mRenderScript.setPriority(RenderScript.Priority.LOW);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DRenderScriptWallpaper.java105 mRs.setPriority(RenderScript.Priority.LOW);
/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseFieldWallpaper.java66 mRenderScript.setPriority(RenderScript.Priority.LOW);
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeamWallpaper.java63 mRenderScript.setPriority(RenderScript.Priority.NORMAL);
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
H A DCallServiceNotifier.java168 builder.setPriority(Notification.PRIORITY_HIGH);
190 builder.setPriority(Notification.PRIORITY_HIGH);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java174 public boolean setPriority(BluetoothDevice device, int priority) { method in class:HeadsetService.BluetoothHeadsetBinder
177 return service.setPriority(device, priority);
377 public boolean setPriority(BluetoothDevice device, int priority) { method in class:HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java193 public boolean setPriority(BluetoothDevice device, int priority) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
198 return service.setPriority(device, priority);
486 public boolean setPriority(BluetoothDevice device, int priority) { method in class:HeadsetClientService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java181 public void setPriority(String priority) { method in class:BluetoothMapMessageListingElement
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMmsMessageSender.java138 sendReq.setPriority(prefs.getInt(MessagingPreferenceActivity.PRIORITY, DEFAULT_PRIORITY));

Completed in 5165 milliseconds

12