Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DPromoteMethodClassAdapter.java14 private final Set<String> mMethodNames; field in PromoteMethodClassAdapter
19 mMethodNames = methodNames; in PromoteMethodClassAdapter()
25 if (mMethodNames.contains(name)) { in visitMethod()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java75 private String[] mMethodNames = {"getDevicesForAttributes"}; field in AudioSystemAdapter
330 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()