Searched refs:mMethodName (Results 1 – 6 of 6) sorted by relevance
33 private final String mMethodName; field in TestResult48 return mMethodName; in getMethodName()92 mMethodName = methodName; in TestResult()108 dest.writeString(mMethodName); in writeToParcel()127 mMethodName = source.readString(); in TestResult()
62 private String mMethodName; field in FgsTimeoutMessage179 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.Builder691 mMethodName = methodName; in Builder()[all …]
62 private String mMethodName; field in ShortFgsMessage195 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.Builder811 mMethodName = methodName; in Builder()[all …]
167 String mMethodName; field in VoiceInteractionRoleTest.CallbackFuture170 mMethodName = methodName; in CallbackFuture()175 Log.i(TAG, mMethodName + " result " + successful); in accept()
335 private final String mMethodName; field in MediaBitstreamsTest.ProcessBitstreamsValidation343 mMethodName = methodName; in ProcessBitstreamsValidation()420 addConformanceEntry(mMethodName, path, null, errMsg); in parse()435 addConformanceEntry(mMethodName, path, decoderName, result); in parse()
446 private final String mMethodName; field in MediaProjectionMirroringTest.ScreenshotListener453 mMethodName = methodName; in ScreenshotListener()496 mMethodName + "_screenshot_" + mCurrentScreenshot + "_" in onImageAvailable()