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
196 // presumably there is nobody interested in the service at this point,
461 where.append(MediaStore.Audio.Media._ID + " IN (");
519 // in the media content domain, so update everything.
540 * @param offset Where in the 'ids' array we start reading
553 // fill in the ContentValues array with the right values for this pass
572 // need to determine the number of items currently in the playlist,
654 // Don't bother showing an error message in that case.
928 // NOTE: There is in fact a 1 pixel border on the right side in the ImageView
942 // result in faster decoding and better quality
982 /** Get album art for specified album. You should not pass in the album id
990 /** Get album art for specified album. You should not pass in the album id
997 // This is something that is not in the database, so get the album art directly
1014 InputStream in = null;
1016 in = res.openInputStream(uri);
1017 return BitmapFactory.decodeStream(in, null, sBitmapOptions);
1035 if (in != null) {
1036 in.close();
1105 // Set the flag in the database to mark this as a ringtone