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

  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 74 GsmCellLocation gcl = (GsmCellLocation) cl; local
75 assertNotNull(gcl);
76 assertEquals(-1, gcl.getCid());
77 assertEquals(-1, gcl.getLac());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/
TestGroovy.java 82 GroovyClassLoader gcl = new GroovyClassLoader(cl); local
83 Class gClass = gcl.parseClass(myGroovyStream, filename);
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 769 milliseconds