Searched refs:ALBUM_ART_DECODED (Results 1 – 1 of 1) sorted by relevance
1158 private static final int ALBUM_ART_DECODED = 4; field in MediaPlaybackActivity1212 case ALBUM_ART_DECODED:1330 Message numsg = mHandler.obtainMessage(ALBUM_ART_DECODED, null); in handleMessage()1331 mHandler.removeMessages(ALBUM_ART_DECODED); in handleMessage()1341 numsg = mHandler.obtainMessage(ALBUM_ART_DECODED, bm); in handleMessage()1342 mHandler.removeMessages(ALBUM_ART_DECODED); in handleMessage()