Lines Matching refs:null
95 private DeleteNotifyListener mDeleteStartedListener = null;
103 if (exitWhenDone && parentActivity == null) {
113 if (cursor == null) {
139 mService.startDelete(mService.getNextToken(), null, uri, null, null, Utils.UNDO_DELAY);
140 if (mCallback != null) {
157 if (mCallback != null) {
211 mService.startQuery(mService.getNextToken(), null, uri, EditEventHelper.EVENT_PROJECTION,
212 null, null, null);
273 .setNegativeButton(android.R.string.cancel, null).create();
275 if (originalEvent == null) {
302 if (mSyncId == null) {
329 .setNegativeButton(android.R.string.cancel, null).show();
350 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null,
391 mService.startInsert(mService.getNextToken(), null, Events.CONTENT_URI, values,
397 mService.startDelete(mService.getNextToken(), null, uri, null, null,
406 null, uri, null, null,
431 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null,
436 if (mCallback != null) {
449 if (mDeleteStartedListener != null) {
455 if (mAlertDialog != null) {
462 if (mAlertDialog != null) {