Searched refs:setPriority (Results 1 - 25 of 54) 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 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 DBluetoothA2dp.java349 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothA2dp
350 if (DBG) log("setPriority(" + device + ", " + priority + ")");
358 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);
H A DBluetoothInputDevice.java434 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothInputDevice
435 if (DBG) log("setPriority(" + device + ", " + priority + ")");
442 return mService.setPriority(device, priority);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScriptThunker.java41 public void setPriority(Priority p) { method in class:RenderScriptThunker
43 if (p == Priority.LOW) mN.setPriority(android.renderscript.RenderScript.Priority.LOW);
44 if (p == Priority.NORMAL) mN.setPriority(android.renderscript.RenderScript.Priority.NORMAL);
/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/tests/src/com/android/volley/mock/
H A DMockRequest.java86 public void setPriority(Priority priority) { method in class:MockRequest
/frameworks/base/media/java/android/media/
H A DSoundPool.java407 public final void setPriority(int streamID, int priority) { method in class:SoundPool
408 mImpl.setPriority(streamID, priority);
498 public void setPriority(int streamID, int priority); method in interface:SoundPool.SoundPoolDelegate
646 public native final void setPriority(int streamID, int priority); method in class:SoundPool.SoundPoolImpl
769 public final void setPriority(int streamID, int priority) { } method in class:SoundPool.SoundPoolStub
/frameworks/av/include/media/
H A DSoundPool.h140 void setPriority(int priority) { mPriority = priority; } function in class:android::SoundChannel
183 void setPriority(int channelID, int priority);
/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.java69 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h131 virtual void setPriority(int32_t priority);
H A Drsd_cpu.h127 virtual void setPriority(int32_t priority) = 0;
/frameworks/rs/driver/
H A DrsdCore.cpp241 dc->mCpuRef->setPriority(priority);
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java161 .setPriority(Notification.PRIORITY_MAX)
185 .setPriority(Notification.PRIORITY_MAX)
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java77 filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
/frameworks/rs/
H A DrsContext.cpp366 rsc->mHal.funcs.setPriority(rsc, rsc->mThreadPriority);
504 void Context::setPriority(int32_t p) { function in class:Context
511 mHal.funcs.setPriority(this, mThreadPriority);
889 rsc->setPriority(p);
H A DrsContext.h156 void setPriority(int32_t p);
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java68 .setPriority(priority)
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java69 .setPriority(priority)
/frameworks/volley/tests/src/com/android/volley/
H A DRequestQueueTest.java62 request.setPriority(priority);

Completed in 530 milliseconds

123