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

123

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothA2dp.aidl33 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 DIBluetoothInputDevice.aidl33 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothHeadset.aidl33 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothHeadsetClient.aidl38 boolean setPriority(in BluetoothDevice device, int priority);
H A DBluetoothSap.java352 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothSap
353 if (DBG) log("setPriority(" + device + ", " + priority + ")");
361 return mService.setPriority(device, priority);
H A DBluetoothA2dp.java353 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothA2dp
354 if (DBG) log("setPriority(" + device + ", " + priority + ")");
362 return mService.setPriority(device, priority);
H A DBluetoothMap.java327 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothMap
328 if (DBG) log("setPriority(" + device + ", " + priority + ")");
336 return mService.setPriority(device, priority);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/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);
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/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/volley/src/test/java/com/android/volley/mock/
H A DMockRequest.java86 public void setPriority(Priority priority) { method in class:MockRequest
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h132 void setPriority(int priority) { mPriority = priority; } function in class:android::SoundChannel
176 void setPriority(int channelID, int priority);
/frameworks/volley/src/test/java/com/android/volley/
H A DRequestQueueIntegrationTest.java69 lowerPriorityReq.setPriority(Priority.LOW);
70 higherPriorityReq.setPriority(Priority.HIGH);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java393 b.setPriority(Notification.PRIORITY_MIN);
396 b.setPriority(Notification.PRIORITY_LOW);
399 b.setPriority(Notification.PRIORITY_DEFAULT);
402 b.setPriority(Notification.PRIORITY_HIGH);
405 b.setPriority(Notification.PRIORITY_MAX);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java71 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java155 .setPriority(Notification.PRIORITY_HIGH)
169 .setPriority(Notification.PRIORITY_MIN)
280 .setPriority(Notification.PRIORITY_MAX)
378 .setPriority(Notification.PRIORITY_LOW)
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h81 void setPriority(int32_t priority) override;
H A Drsd_cpu.h136 virtual void setPriority(int32_t priority) = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java314 .setPriority(Notification.PRIORITY_LOW)
361 .setPriority(Notification.PRIORITY_LOW);
385 .setPriority(Notification.PRIORITY_LOW)
469 .setPriority(Notification.PRIORITY_LOW)
518 .setPriority(Notification.PRIORITY_LOW)
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h92 void setPriority(int32_t priority);
168 void ClientDescriptor<KEY, VALUE>::setPriority(int32_t priority) { function in class:android::resource_policy::ClientDescriptor
532 i->setPriority(j->second);

Completed in 630 milliseconds

123