Searched refs:testCaseId (Results 1 – 3 of 3) sorted by relevance
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/ |
D | GeonamesComparison.java | 137 TestCaseId testCaseId = new TestCaseId(city.getName(), knownDifferencesCellId); in main() local 139 testCaseId, city, adjustedGeonamesResult, actualResult); in main() 178 TestCaseId testCaseId, Result referenceDataResult, Result actualResult) { in createNewKnownDifference() argument 180 testCaseId, referenceDataResult, actualResult, Types.KnownDifference.Type.UNKNOWN, in createNewKnownDifference() 224 void recordResult(TestCaseId testCaseId, in recordResult() argument 230 mutableKnownDifferencesMap.remove(testCaseId); in recordResult() 242 testCaseId, geonamesResult, androidResult); in recordResult()
|
D | Types.java | 189 TestCaseId testCaseId = new TestCaseId( in fromProto() local 193 testCaseId, in fromProto() 241 KnownDifference(TestCaseId testCaseId, Result referenceDataResult, in KnownDifference() argument 243 this.mTestCaseId = Objects.requireNonNull(testCaseId); in KnownDifference()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 3166 int rwSize,int testCaseId) throws RemoteException { in enableServer() argument 3175 int testCaseId) throws RemoteException { in enableClient() argument
|