Searched refs:setPriority (Results 1 - 25 of 42) 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.java130 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
161 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
164 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);
H A DBluetoothPermissionRequest.java130 .setPriority(Notification.PRIORITY_MAX)
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java308 hidService.setPriority(device,BluetoothProfile.PRIORITY_ON);
313 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
318 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON);
328 hidService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
330 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
332 headsetService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java96 .setPriority(NotificationCompat.PRIORITY_HIGH)
109 .setPriority(NotificationCompat.PRIORITY_MIN)
136 .setPriority(NotificationCompat.PRIORITY_MAX)
218 .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.java160 public boolean setPriority(BluetoothDevice device, int priority) { method in class:A2dpService
255 public boolean setPriority(BluetoothDevice device, int priority) { method in class:A2dpService.BluetoothA2dpBinder
258 return service.setPriority(device, priority);
/packages/apps/Mms/src/com/android/mms/util/
H A DBackgroundLoaderManager.java159 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/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java173 public boolean setPriority(BluetoothDevice device, int priority) { method in class:HeadsetService.BluetoothHeadsetBinder
176 return service.setPriority(device, priority);
363 public boolean setPriority(BluetoothDevice device, int priority) { method in class:HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java330 public boolean setPriority(BluetoothDevice device, int priority) { method in class:HidService.BluetoothInputDeviceBinder
333 return service.setPriority(device, priority);
427 public boolean setPriority(BluetoothDevice device, int priority) { method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java574 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothMapService
782 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothMapService.BluetoothMapBinder
785 return service.setPriority(device, priority);
H A DBluetoothMapMessageListingElement.java178 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 1074 milliseconds

12