Home
last modified time | relevance | path

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

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DRemoteControlClientCompat.java137 private Method mPutBitmapMethod; field in RemoteControlClientCompat.MetadataEditorCompat
160 mPutBitmapMethod = metadataEditorClass.getMethod("putBitmap", in MetadataEditorCompat()
218 mPutBitmapMethod.invoke(mActualMetadataEditor, key, bitmap); in putBitmap()