Home
last modified time | relevance | path

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

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DRemoteControlClientCompat.java140 private Method mApplyMethod; field in RemoteControlClientCompat.MetadataEditorCompat
165 mApplyMethod = metadataEditorClass.getMethod("apply", new Class[]{}); in MetadataEditorCompat()
275 mApplyMethod.invoke(mActualMetadataEditor, (Object[]) null); in apply()