Home
last modified time | relevance | path

Searched defs:null (Results 1 – 25 of 96) sorted by relevance

1234

/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
DMailboxUtilitiesTests.java65 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, null); in tearDown() local
301 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); in testParentKeyRemoveFolder1() local
354 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); in testParentKeyRemoveFolder2() local
407 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); in testParentKeyRemoveFolder3() local
463 null, null); in testChangeFromNoParentToParent() local
514 null, null); in testChangeFromParentToNoParent() local
518 null, null); in testChangeFromParentToNoParent() local
606 null, null); in testChangeParent() local
709 null, null); in testChangeParentTwoAccounts() local
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
DMailboxUtilitiesTests.java65 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, null); in tearDown() local
301 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); in testParentKeyRemoveFolder1() local
354 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); in testParentKeyRemoveFolder2() local
407 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); in testParentKeyRemoveFolder3() local
463 null, null); in testChangeFromNoParentToParent() local
514 null, null); in testChangeFromParentToNoParent() local
518 null, null); in testChangeFromParentToNoParent() local
606 null, null); in testChangeParent() local
709 null, null); in testChangeParentTwoAccounts() local
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DEmailSyncAdapterTests.java127 null, null); in testSendDeletedItems() local
200 null, null); in testDeleteParser() local
231 null, null); in testChangeParser() local
272 null, null); in testCleanup() local
276 id), null, null); in testCleanup() local
282 id), cv, null, null); in testCleanup() local
DSyncAdapterTestCase.java62 mResolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, in tearDown() local
63 null); in tearDown() local
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
DEmailSyncAdapterTests.java127 null, null); in testSendDeletedItems() local
200 null, null); in testDeleteParser() local
231 null, null); in testChangeParser() local
272 null, null); in testCleanup() local
276 id), null, null); in testCleanup() local
282 id), cv, null, null); in testCleanup() local
DSyncAdapterTestCase.java62 mResolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, in tearDown() local
63 null); in tearDown() local
/packages/apps/Calendar/src/com/android/calendar/
DDeleteEventHelper.java211 mService.startQuery(mService.getNextToken(), null, uri, EditEventHelper.EVENT_PROJECTION, in delete() local
212 null, null, null); in delete() local
350 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null, in deleteExceptionEvent() local
391 mService.startInsert(mService.getNextToken(), null, Events.CONTENT_URI, values, in deleteRepeatingEvent() local
397 mService.startDelete(mService.getNextToken(), null, uri, null, null, in deleteRepeatingEvent() local
406 mService.startDelete(mService.getNextToken(), null, uri, null, null, in deleteRepeatingEvent() local
431 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null, in deleteRepeatingEvent() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DVoicemailCleanupService.java51 contentResolver.delete(Voicemails.buildSourceUri(packageUninstalled), null, null); in handleIntentInternal() local
52 contentResolver.delete(Status.buildSourceUri(packageUninstalled), null, null); in handleIntentInternal() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDiff.java73 builder.withSelection(getSelectIdClause(child.values), null); in buildDiff() local
78 builder.withSelection(getSelectIdClause(before.getEntityValues()), null); in buildDiff() local
87 builder.withSelection(getSelectIdClause(values), null); in buildDiff() local
104 builder.withSelection(getSelectIdClause(beforeChild.values), null); in buildDiff() local
110 builder.withSelection(getSelectIdClause(values), null); in buildDiff() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageDetail.java261 R.string.application_info_label, null, null, 0); in startApplicationDetailsActivity() local
268 pa.startPreferencePanel(DisplaySettings.class.getName(), null, in doAction() local
269 R.string.display_settings_title, null, null, 0); in doAction() local
272 pa.startPreferencePanel(WifiSettings.class.getName(), null, in doAction() local
273 R.string.wifi_settings, null, null, 0); in doAction() local
276 pa.startPreferencePanel(BluetoothSettings.class.getName(), null, in doAction() local
277 R.string.bluetooth_settings, null, null, 0); in doAction() local
280 pa.startPreferencePanel(WirelessSettings.class.getName(), null, in doAction() local
281 R.string.radio_controls_title, null, null, 0); in doAction() local
287 pa.startPreferencePanel(LocationSettings.class.getName(), null, in doAction() local
[all …]
/packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
DMailboxUtilities.java79 childValues, null, null); in setFlagsAndChildrensParentKey() local
94 parentValues, null, null); in setFlagsAndChildrensParentKey() local
166 ContentUris.withAppendedId(Account.CONTENT_URI, account.mId), cv, null, null); in setAccountSyncAdapterFlag() local
/packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
DAutoReplyActivity.java97 sms.sendTextMessage(msg.getOriginatingAddress(), null, message, null, null); in replyMessage() local
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DExchangeTestCase.java46 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, accountId), null, in tearDown() local
47 null); in tearDown() local
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DExchangeTestCase.java46 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, accountId), null, in tearDown() local
47 null); in tearDown() local
/packages/apps/Email/tests/src/com/android/email/service/
DMailServiceTests.java95 context.getContentResolver().delete(firstAccount.getUri(), null, null); in testTestReconcileAccounts() local
155 null, null); in testReconcileAccounts() local
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java220 + DatabaseUtils.sqlEscapeString(AccountManagerTypes.TYPE_EXCHANGE), null); in wipe() local
1249 null, null); in commit() local
1258 mEmailAddress, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), null, in commit() local
1259 null); in commit() local
1516 mEmailAddress, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), cv, null, in sendEvent() local
1517 null); in sendEvent() local
1817 mEmailAddress, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), null, null); in sendLocalChanges() local
1890 cidValues, null, null); in sendLocalChanges() local
1927 cidValues, null, null); in sendLocalChanges() local
2083 cv, null, null); in sendLocalChanges() local
[all …]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java416 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), values, null, null); in reportProgress() local
473 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), values, null, null); in handleEndOfStream() local
601 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), values, null, null); in updateDatabaseFromHeaders() local
955 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), values, null, null); in notifyThroughDatabase() local
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettings.java630 R.string.account_settings_edit_quick_responses_label, null, null, 0); in onEditQuickResponses() local
651 R.string.account_settings_incoming_label, null, null, 0); in onIncomingSettings() local
655 R.string.account_settings_incoming_label, null, null, 0); in onIncomingSettings() local
679 R.string.account_settings_outgoing_label, null, null, 0); in onOutgoingSettings() local
/packages/apps/Settings/src/com/android/settings/users/
DUserSettings.java77 UserDetailsSettings.class.getName(), null, R.string.user_details_title, in onAddUserClicked() local
78 null, this, 0); in onAddUserClicked() local
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectCalendarsSyncFragment.java155 mService.startUpdate((int) id, null, uri, values, null, null, 0); in onPause() local
/packages/apps/Music/src/com/android/music/
DTrackBrowserActivity.java214 getTrackCursor(mAdapter.getQueryHandler(), null, true); in onServiceConnected() local
227 getTrackCursor(mAdapter.getQueryHandler(), null, true); in onServiceConnected() local
573 ContentUris.withAppendedId(uri, id), null, null); in removePlaylistItem() local
827 ContentUris.withAppendedId(uri, id), null, null); in removeItem() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java211 getTestVoicemailValues(), null, null); in testPermissions_UpdateAndDelete() local
212 mResolver.delete(withSourcePackageParam(ownVoicemail), null, null); in testPermissions_UpdateAndDelete() local
/packages/apps/Browser/src/com/android/browser/
DDataController.java187 null, null); in handleMessage() local
254 values, null, null); in doUpdateVisitedHistory() local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java209 context.getContentResolver().update(intent.getData(), values, null, null); in onReceive() local
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java1083 cv, null, null); in messageMoveRequest() local
1090 cv, null, null); in messageMoveRequest() local
1097 Message.UPDATED_CONTENT_URI, req.mMessageId), null, null); in messageMoveRequest() local
1759 cv, null, null); in sync() local
1848 Account.CONTENT_URI, accountId), cv, null, null); in resetSecurityPolicies() local
1922 mMailboxId), cv, null, null); in run() local

1234