HomeSort by relevance Sort by last modified time
    Searched refs:getPriority (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
Prioritized.java 11 public int getPriority();
  /external/nist-sip/java/javax/sip/header/
PriorityHeader.java 13 String getPriority();
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 24 int getPriority() const { return priority; }
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 39 public float getPriority() {
RenderComponent.java 95 public int getPriority() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 79 return getPriority() - o.getPriority();
138 private int getPriority() {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 64 assertEquals(defaultThread.getPriority(), thread.getPriority());
121 assertEquals(i, thread.getPriority());
149 assertEquals(1, factory1.newThread(monitoredRunnable).getPriority());
152 assertEquals(1, factory1.newThread(monitoredRunnable).getPriority());
153 assertEquals(2, factory2.newThread(monitoredRunnable).getPriority());
163 assertEquals(1, factory1.newThread(monitoredRunnable).getPriority());
166 assertEquals(1, factory1.newThread(monitoredRunnable).getPriority());
188 assertEquals(THREAD_PRIORITY, thread.getPriority());
  /external/nist-sip/java/gov/nist/javax/sip/header/
Priority.java 87 public String getPriority() {
  /external/smack/src/org/jivesoftware/smack/util/dns/
SRVRecord.java 55 public int getPriority() {
DNSJavaResolver.java 56 int priority = srvRecord.getPriority();
  /external/smack/src/org/xbill/DNS/
MXRecord.java 42 getPriority() {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 59 * <code>system.getPriority() + additional</code>.
63 return system(system.getPriority() - SYSTEM_BASE + additional);
156 public int getPriority() {
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 34 int getPriority(in BluetoothDevice device);
IBluetoothMap.aidl 36 int getPriority(in BluetoothDevice device);
IBluetoothInputDevice.aidl 34 int getPriority(in BluetoothDevice device);
IBluetoothHeadset.aidl 34 int getPriority(in BluetoothDevice device);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PriorityThreadFactoryTest.java 45 assertEquals(priority, r.getPriority());
53 public synchronized int getPriority() throws InterruptedException {
  /frameworks/volley/src/com/android/volley/toolbox/
ClearCacheRequest.java 58 public Priority getPriority() {
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.h 73 uint8_t getPriority() const;
overlayGenPipe.cpp 109 uint8_t GenericPipe::getPriority() const {
110 return mCtrl->getPriority();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 128 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
143 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
148 return mService.getPriority(device);
154 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
HidProfile.java 124 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
129 return mService.getPriority(device);
135 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
  /frameworks/volley/tests/src/com/android/volley/mock/
MockRequest.java 84 private Priority mPriority = super.getPriority();
91 public Priority getPriority() {
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.h 88 return r->getPriority() - l->getPriority();
  /hardware/qcom/display/msm8084/liboverlay/
overlayCtrlData.h 83 uint8_t getPriority() const;
213 inline uint8_t Ctrl::getPriority() const {
214 return mMdp->getPriority();

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 9