Searched refs:mApplyMethod (Results 1 – 1 of 1) sorted by relevance
140 private Method mApplyMethod; field in RemoteControlClientCompat.MetadataEditorCompat165 mApplyMethod = metadataEditorClass.getMethod("apply", new Class[]{}); in MetadataEditorCompat()275 mApplyMethod.invoke(mActualMetadataEditor, (Object[]) null); in apply()