Searched refs:aid (Results 1 – 2 of 2) sorted by relevance
72 public static final CommandApdu buildSelectApdu(String aid, boolean reachable) { in buildSelectApdu() argument75 sb.append(String.format("%02X", aid.length() / 2)); in buildSelectApdu()76 sb.append(aid); in buildSelectApdu()
185 long aid = c.getLong(c.getColumnIndex(Albums.ALBUM_ID)); in testAlbumArt() local188 Uri albumart = Uri.parse("content://media/external/audio/albumart/" + aid); in testAlbumArt()