Searched refs:mMethodName (Results 1 – 2 of 2) sorted by relevance
52 private String mMethodName; field in ArchiveFileTestRule64 mMethodName = description.getMethodName(); in starting()74 mClassName, mMethodName)); in starting()105 Path filePath = Files.createTempFile(mTemporaryPath, mMethodName, suffix, attr); in generateFile()
2583 private String mMethodName; field in SupplicantP2pIfaceHal.SupplicantResultBase2588 mMethodName = methodName; in SupplicantResultBase()2591 logd("entering " + mMethodName); in SupplicantResultBase()2596 logw(mMethodName + " failed: no status code returned."); in setResult()2598 logCompletion(mMethodName, getCode(status), getDebugMessage(status)); in setResult()2600 logd("leaving " + mMethodName + " with result = " + value); in setResult()2607 logw(mMethodName + " failed: no status code returned."); in setResult()2609 logCompletion(mMethodName, getCode(status), getDebugMessage(status)); in setResult()2611 logd("leaving " + mMethodName); in setResult()