Home
last modified time | relevance | path

Searched defs:category (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DGL2JniLibOne.java24 public static native void init(int category, int subcategory, int width, int height); in init()
26 public static native float[] draw(int category, int subcategory, float[] color); in draw()
DOpenGLES20NativeActivityOne.java88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { in OpenGLES20View()
114 public GL2Renderer(int category, int testcase, CountDownLatch latch) { in GL2Renderer()
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsUsageMonitorShortCodeTest.java61 final int category; field in SmsUsageMonitorShortCodeTest.ShortCodeTest
63 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java172 int category = -1; in getInstruction() local