Searched refs:mPutLongMethod (Results 1 – 1 of 1) sorted by relevance
138 private Method mPutLongMethod; field in RemoteControlClientCompat.MetadataEditorCompat162 mPutLongMethod = metadataEditorClass.getMethod("putLong", in MetadataEditorCompat()244 mPutLongMethod.invoke(mActualMetadataEditor, key, value); in putLong()