Searched defs:category (Results 1 – 10 of 10) sorted by relevance
66 PreferenceCategory category = new PreferenceCategory(mActivity); in parentViaCodeTest() local94 PreferenceCategory category = (PreferenceCategory) screen.findPreference("pref_category"); in parentViaInflationTest() local123 PreferenceCategory category = new PreferenceCategory(mActivity); in parentDoubleAddTest() local
24 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()
91 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { in OpenGLES20View()117 public GL2Renderer(int category, int testcase, CountDownLatch latch) { in GL2Renderer()
53 final int category; field in SmsUsageMonitorShortCodeTest.ShortCodeTest55 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest()
142 int category, LogMaker log, long preUptimeMs, long postUptimeMs) { in assertMetricsLogs()447 private LogMaker waitForMetricsLog(ComponentName componentName, int category) { in waitForMetricsLog()473 private LogMaker getMetricsLog(ComponentName componentName, int category) { in getMetricsLog()487 private static String categoryToString(int category) { in categoryToString()
65 private static Movie buildMovieInfo(String category, in buildMovieInfo()
92 public void setCategory(String category) { in setCategory()
172 int category = -1; in getInstruction() local
1205 final String category = testArgs.getString("category"); in testExposedActivity() local1487 private static Intent makeIntent(String action, String category, String mimeType) { in makeIntent()
543 String action, String category, String mimeType) { in makeArgs()