Home
last modified time | relevance | path

Searched refs:contentResolverUpdate (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java107 .contentResolverUpdate(context.getContentResolver(), uri, values, null, null); in onReceive()
118 .contentResolverUpdate(context.getContentResolver(), uri, values, null, null); in onReceive()
178 .contentResolverUpdate( in onReceive()
194 .contentResolverUpdate( in onReceive()
205 .contentResolverUpdate( in onReceive()
DBluetoothOppIncomingFileConfirmActivity.java160 .contentResolverUpdate( in onIncomingFileConfirmOk()
173 .contentResolverUpdate(this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmCancel()
DBluetoothOppObexServerSession.java380 .contentResolverUpdate( in onPut()
478 .contentResolverUpdate( in receiveFile()
544 .contentResolverUpdate( in receiveFile()
DBluetoothOppTransfer.java435 .contentResolverUpdate( in markShareTimeout()
496 .contentResolverUpdate( in markBatchFailed()
936 .contentResolverUpdate( in tickShareStatus()
DConstants.java244 .contentResolverUpdate( in updateShareStatus()
DBluetoothOppObexClientSession.java354 .contentResolverUpdate( in processShareInfo()
DBluetoothOppUtility.java340 .contentResolverUpdate(context.getContentResolver(), uri, updateValues, null, null); in updateVisibilityToHidden()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java139 .contentResolverUpdate( in onReceive_withActionAccept_updatesContents()
159 .contentResolverUpdate( in onReceive_withActionDecline_updatesContents()
199 .contentResolverUpdate( in onReceive_withActionHide_contentUpdate()
217 .contentResolverUpdate( in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden()
235 .contentResolverUpdate( in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden()
DBluetoothOppTransferHistoryTest.java207 .contentResolverUpdate( in onOptionsItemSelected_clearAllSelected_promptWarning()
230 .contentResolverUpdate( in onOptionsItemSelected_clearAllSelected_promptWarning()
DBluetoothOppBatchTest.java132 doReturn(0).when(proxy).contentResolverUpdate(any(), any(), any(), any(), any()); in cancelBatch_cancelSuccessfully()
DBluetoothOppTransferActivityTest.java95 .contentResolverUpdate(any(), eq(dataUrl), any(), eq(null), eq(null)); in setUp()
DBluetoothOppTransferTest.java95 .contentResolverUpdate( in setUp()
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/opp/
DIncomingFileConfirmActivityTest.java111 .contentResolverUpdate(any(), eq(dataUrl), any(), eq(null), eq(null)); in setUp()
186 .contentResolverUpdate( in onCreate_clickConfirmCancel_saveUSER_CONFIRMAMTION_DENIED()
218 .contentResolverUpdate( in onCreate_clickConfirmOk_saveUSER_CONFIRMATION_CONFIRMED()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java382 .contentResolverUpdate(any(), any(), any(), any(), any()); in testSetMessageStatusRead_withTypeSmsGsm()
401 .contentResolverUpdate(any(), any(), any(), any(), any()); in testSetMessageStatusRead_withTypeMms()
445 .contentResolverUpdate(any(), any(), any(), any(), any()); in testDeleteMessageMms_withNonDeletedThreadId()
491 .contentResolverUpdate(any(), any(), any(), any(), any()); in testDeleteMessageSms_withNonDeletedThreadId()
546 .contentResolverUpdate(any(), any(), any(), any(), any()); in testUnDeleteMessageMms_withDeletedThreadId_andMessageBoxInbox()
582 .contentResolverUpdate(any(), any(), any(), any(), any()); in testUnDeleteMessageMms_withDeletedThreadId_andMessageBoxSent()
640 .contentResolverUpdate(any(), any(), any(), any(), any()); in testUnDeleteMessageSms_withDeletedThreadId()
707 .contentResolverUpdate(any(), any(), any(), any(), any()); in setEmailMessageStatusDelete_withStatusValueYes()
729 doReturn(0).when(mMapMethodProxy).contentResolverUpdate(any(), any(), any(), any(), any()); in setEmailMessageStatusDelete_withStatusValueYes_andUpdateCountZero()
756 .contentResolverUpdate(any(), any(), any(), any(), any()); in setEmailMessageStatusDelete_withStatusValueNo()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java141 public int contentResolverUpdate( in contentResolverUpdate() method in BluetoothMethodProxy
DUtils.java1134 .contentResolverUpdate( in moveMessageToFolder()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2567 .contentResolverUpdate(mResolver, uri, contentValues, null, null); in setEmailMessageStatusDelete()
2619 .contentResolverUpdate( in setEmailMessageStatusDelete()
2667 .contentResolverUpdate(mResolver, uri, contentValues, null, null); in updateThreadId()
2941 .contentResolverUpdate(mResolver, uri, contentValues, null, null); in setMessageStatusRead()
2957 .contentResolverUpdate(mResolver, uri, contentValues, null, null); in setMessageStatusRead()
3419 .contentResolverUpdate(resolver, uri, data, whereClause, null); in moveMmsToFolder()