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

  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FlashingResourcesParserTest.java 57 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null);
58 MultiMap<String, String> result = fullInfo.get(null);
81 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, constraintMap);
82 MultiMap<String, String> result = fullInfo.get(null);
165 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null);
167 assertEquals(2, fullInfo.size());
169 MultiMap<String, String> globalReqs = fullInfo.get(null);
179 MultiMap<String, String> gammaReqs = fullInfo.get("gamma");
  /frameworks/base/tests/net/java/android/net/nsd/
NsdServiceInfoTest.java 119 NsdServiceInfo fullInfo = new NsdServiceInfo();
120 fullInfo.setServiceName("kitten");
121 fullInfo.setServiceType("_kitten._tcp");
122 fullInfo.setPort(4242);
123 fullInfo.setHost(LOCALHOST);
124 checkParcelable(fullInfo);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar 
log4j-1.2.14.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 

Completed in 81 milliseconds