Home | History | Annotate | Download | only in dialer

Lines Matching refs:null

61         startQuery(QUERY_VOICEMAIL_CONTENT_TOKEN, null, voicemailUri, VOICEMAIL_CONTENT_PROJECTION,
62 null, null, null);
72 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null,
74 VoicemailStatusHelperImpl.PROJECTION, null, null, null);
77 mCallDetailActivity.updateVoicemailStatusMessage(null);
89 /** Check that the cursor is non-null and can be moved to first. */
91 if (cursor == null || !cursor.moveToFirst()) {