Searched refs:metadataEditorClass (Results 1 – 1 of 1) sorted by relevance
155 Class metadataEditorClass = actualMetadataEditor.getClass(); in MetadataEditorCompat() local158 mPutStringMethod = metadataEditorClass.getMethod("putString", in MetadataEditorCompat()160 mPutBitmapMethod = metadataEditorClass.getMethod("putBitmap", in MetadataEditorCompat()162 mPutLongMethod = metadataEditorClass.getMethod("putLong", in MetadataEditorCompat()164 mClearMethod = metadataEditorClass.getMethod("clear", new Class[]{}); in MetadataEditorCompat()165 mApplyMethod = metadataEditorClass.getMethod("apply", new Class[]{}); in MetadataEditorCompat()