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

12345

/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DPrioritySchedulingTest.java55 .setPriority(1)
59 .setPriority(1)
63 .setPriority(1)
67 .setPriority(2)
93 .setPriority(2)
97 .setPriority(2)
101 .setPriority(2)
105 .setPriority(1)
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbapClient.aidl32 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothA2dpSink.aidl34 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothMap.aidl35 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothSap.aidl35 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothA2dp.aidl35 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothInputDevice.aidl33 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothMapClient.aidl35 boolean setPriority(in BluetoothDevice device,in int priority);
H A DIBluetoothHeadset.aidl33 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothHeadsetClient.aidl35 boolean setPriority(in BluetoothDevice device, int priority);
H A DBluetoothPbapClient.java342 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothPbapClient
344 log("setPriority(" + device + ", " + priority + ")");
353 return mService.setPriority(device, priority);
/frameworks/base/core/java/android/content/om/
H A DIOverlayManager.aidl109 boolean setPriority(in String packageName, in String newParentPackageName, in int userId);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpSinkProfile.java133 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
159 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
162 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DMapClientProfile.java130 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 DPbapClientProfile.java190 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
193 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
H A DA2dpProfile.java149 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
175 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
178 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 DHfpClientProfile.java144 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
174 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
177 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 DSapProfile.java128 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
159 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
162 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
H A DPolicyTest.java67 partner1.setPriority(12);
72 partner2.setPriority(42);
245 partner.setPriority(12);
263 partner.setPriority(12);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java129 public void setPriority(int value) throws InvalidHeaderValueException { method in class:MultimediaMessagePdu
/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java186 Thread.currentThread().setPriority(Thread.NORM_PRIORITY);
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DImportanceExtractorTest.java66 .setPriority(Notification.PRIORITY_HIGH)

Completed in 381 milliseconds

12345