HomeSort by relevance Sort by last modified time
    Searched defs:contextTypes (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/android/javatests/src/org/chromium/base/
ContextTypesTest.java 12 import static org.chromium.base.ContextTypes.CONTEXT_TYPE_NORMAL;
13 import static org.chromium.base.ContextTypes.CONTEXT_TYPE_WEBAPP;
19 ContextTypes contextTypes = ContextTypes.getInstance();
22 contextTypes.put(normal, CONTEXT_TYPE_NORMAL);
23 contextTypes.put(webapp, CONTEXT_TYPE_WEBAPP);
24 assertEquals(CONTEXT_TYPE_NORMAL, contextTypes.getType(normal));
25 assertEquals(CONTEXT_TYPE_WEBAPP, contextTypes.getType(webapp));
30 assertEquals(CONTEXT_TYPE_NORMAL, ContextTypes.getInstance().getType(new MockContext()))
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 111 milliseconds