Home
last modified time | relevance | path

Searched refs:mMethodName (Results 1 – 6 of 6) 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/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DFgsTimeoutMessage.java62 private String mMethodName; field in FgsTimeoutMessage
179 this.mMethodName = methodName; in FgsTimeoutMessage()
234 return mMethodName; in getMethodName()
360 mMethodName = value; in setMethodName()
484 "methodName = " + mMethodName + ", " + in toString()
518 if (mMethodName != null) flg |= 0x80; in writeToParcel()
529 if (mMethodName != null) dest.writeString(mMethodName); in writeToParcel()
579 this.mMethodName = methodName; in FgsTimeoutMessage()
625 private @Nullable String mMethodName; field in FgsTimeoutMessage.Builder
691 mMethodName = methodName; in Builder()
[all …]
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DShortFgsMessage.java62 private String mMethodName; field in ShortFgsMessage
195 this.mMethodName = methodName; in ShortFgsMessage()
254 return mMethodName; in getMethodName()
412 mMethodName = value; in setMethodName()
572 "methodName = " + mMethodName + ", " + in toString()
614 if (mMethodName != null) flg |= 0x80; in writeToParcel()
625 if (mMethodName != null) dest.writeString(mMethodName); in writeToParcel()
679 this.mMethodName = methodName; in ShortFgsMessage()
729 private @Nullable String mMethodName; field in ShortFgsMessage.Builder
811 mMethodName = methodName; in Builder()
[all …]
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionRoleTest.java167 String mMethodName; field in VoiceInteractionRoleTest.CallbackFuture
170 mMethodName = methodName; in CallbackFuture()
175 Log.i(TAG, mMethodName + " result " + successful); in accept()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java335 private final String mMethodName; field in MediaBitstreamsTest.ProcessBitstreamsValidation
343 mMethodName = methodName; in ProcessBitstreamsValidation()
420 addConformanceEntry(mMethodName, path, null, errMsg); in parse()
435 addConformanceEntry(mMethodName, path, decoderName, result); in parse()
/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionMirroringTest.java446 private final String mMethodName; field in MediaProjectionMirroringTest.ScreenshotListener
453 mMethodName = methodName; in ScreenshotListener()
496 mMethodName + "_screenshot_" + mCurrentScreenshot + "_" in onImageAvailable()