Home
last modified time | relevance | path

Searched refs:mMethodName (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java33 private final String mMethodName; field in TestResult
48 return mMethodName; in getMethodName()
92 mMethodName = methodName; in TestResult()
108 dest.writeString(mMethodName); in writeToParcel()
127 mMethodName = source.readString(); in TestResult()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java320 private final String mMethodName; field in MediaBitstreamsTest.ProcessBitstreamsValidation
328 mMethodName = methodName; in ProcessBitstreamsValidation()
405 addConformanceEntry(mMethodName, path, null, errMsg); in parse()
420 addConformanceEntry(mMethodName, path, decoderName, result); in parse()