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()
75 private String[] mMethodNames = {"getDevicesForAttributes"}; field in AudioSystemAdapter330 Log.d(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()341 Log.d(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()344 Log.e(TAG, mMethodNames[METHOD_GETDEVICESFORATTRIBUTES] in getDevicesForAttributesImpl()791 pw.println(mMethodNames[i] in dump()