Home | History | Annotate | Download | only in music

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
198 // presumably there is nobody interested in the service at this point,
459 where.append(MediaStore.Audio.Media._ID + " IN (");
517 // in the media content domain, so update everything.
538 * @param offset Where in the 'ids' array we start reading
551 // fill in the ContentValues array with the right values for this pass
572 // need to determine the number of items currently in the playlist,
648 // Don't bother showing an error message in that case.
919 // NOTE: There is in fact a 1 pixel border on the right side in the ImageView
933 // result in faster decoding and better quality
972 /** Get album art for specified album. You should not pass in the album id
980 /** Get album art for specified album. You should not pass in the album id
986 // This is something that is not in the database, so get the album art directly
1003 InputStream in = null;
1005 in = res.openInputStream(uri);
1006 return BitmapFactory.decodeStream(in, null, sBitmapOptions);
1024 if (in != null) {
1025 in.close();
1097 // Set the flag in the database to mark this as a ringtone