Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
DPrivilegedUpdateTest.java135 private void assertFilterPriority(ComponentName component, String action, int priority) { in assertFilterPriority()
139 ComponentName component, String action, String data, int priority) { in assertFilterPriority()
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl24 void enableCarMode(int priority); in enableCarMode()
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp21 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) argument
/cts/tests/tests/os/src/android/os/cts/
DProcessTest.java107 int priority = Process.getThreadPriority(myTid); in testMiscMethods() local
/cts/tests/vr/src/android/vr/cts/
DVrExtensionBehaviorTest.java213 private void runContextPriorityTest(int priority) throws Throwable { in runContextPriorityTest()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/
Dpoc.cpp72 const int32_t priority = 0; in main() local
/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp27 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) argument
/cts/hostsidetests/graphics/gpuprofiling/app/jni/
Dandroid_graphics_cts_GpuRenderStages.cpp107 float priority = 1.0f; in initVulkan() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java650 private void enableAndVerifyCarMode(ICtsCarModeInCallServiceControl control, int priority) { in enableAndVerifyCarMode()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityClientService.java166 private void myRequestConnectionPriority(final int priority) { in myRequestConnectionPriority()
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java180 int priority = 1; in testSoundPoolOp() local
/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.cpp216 const float priority = 1.0f; in init() local
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto297 optional string priority = 2; field