Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DArchiveFileTestRule.java52 private String mMethodName; field in ArchiveFileTestRule
64 mMethodName = description.getMethodName(); in starting()
74 mClassName, mMethodName)); in starting()
105 Path filePath = Files.createTempFile(mTemporaryPath, mMethodName, suffix, attr); in generateFile()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java2583 private String mMethodName; field in SupplicantP2pIfaceHal.SupplicantResultBase
2588 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()