Home
last modified time | relevance | path

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

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DRemoteControlClientCompat.java139 private Method mClearMethod; field in RemoteControlClientCompat.MetadataEditorCompat
164 mClearMethod = metadataEditorClass.getMethod("clear", new Class[]{}); in MetadataEditorCompat()
259 mClearMethod.invoke(mActualMetadataEditor, (Object[]) null); in clear()