Searched refs:mPutStringMethod (Results 1 – 1 of 1) sorted by relevance
136 private Method mPutStringMethod; field in RemoteControlClientCompat.MetadataEditorCompat158 mPutStringMethod = metadataEditorClass.getMethod("putString", in MetadataEditorCompat()197 mPutStringMethod.invoke(mActualMetadataEditor, key, value); in putString()