Searched refs:mMethodNames (Results 1 – 2 of 2) sorted by relevance
14 private final Set<String> mMethodNames; field in PromoteMethodClassAdapter19 mMethodNames = methodNames; in PromoteMethodClassAdapter()25 if (mMethodNames.contains(name)) { in visitMethod()
76 private String[] mMethodNames = {"getDevicesForAttributes"}; field in AudioSystemAdapter331 Log.d(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()342 Log.d(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()345 Log.e(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()824 pw.println(mMethodNames[i] in dump()