Home | History | Annotate | Download | only in mtp

Lines Matching refs:null

93         String column = null;
182 if (column != null) {
191 Cursor c = null;
196 ID_WHERE, new String[] { Integer.toString(id) }, null, null);
197 if (c != null && c.moveToNext()) {
203 return null;
205 if (c != null) {
212 Cursor c = null;
216 ID_WHERE, new String[] { Integer.toString(id) }, null, null);
217 if (c != null && c.moveToNext()) {
223 return null;
225 if (c != null) {
232 Cursor c = null;
237 null, null, null, null);
238 if (c != null && c.moveToNext()) {
245 return null;
247 if (c != null) {
254 Cursor c = null;
259 ID_WHERE, new String[] { Integer.toString(id) }, null, null);
260 if (c != null && c.moveToNext()) {
265 if (c != null) {
269 return null;
299 where = null;
300 whereArgs = null;
324 Cursor c = null;
328 c = mProvider.query(mPackageName, mUri, mColumns, where, whereArgs, null, null);
329 if (c == null) {
334 int count = (c == null ? 1 : c.getCount());
340 if (c != null) {
360 if (value != null) {
370 if (name == null) {
374 if (name == null) {
376 if (name != null) {
380 if (name != null) {
418 if (genre != null) {
442 if (c != null) {