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.java119 .contentResolverUpdate(context.getContentResolver(), uri, values, null, null); in onReceive()
130 .contentResolverUpdate(context.getContentResolver(), uri, values, null, null); in onReceive()
206 .contentResolverUpdate( in onReceive()
223 .contentResolverUpdate( in onReceive()
235 .contentResolverUpdate( in onReceive()
247 .contentResolverUpdate( in onReceive()
DBluetoothOppIncomingFileConfirmActivity.java160 .contentResolverUpdate( in onIncomingFileConfirmOk()
173 .contentResolverUpdate(this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmCancel()
DBluetoothOppObexServerSession.java398 .contentResolverUpdate( in onPut()
496 .contentResolverUpdate( in receiveFile()
562 .contentResolverUpdate( in receiveFile()
DBluetoothOppTransfer.java443 .contentResolverUpdate( in markShareTimeout()
503 .contentResolverUpdate( in markBatchFailed()
942 .contentResolverUpdate( in tickShareStatus()
DConstants.java246 .contentResolverUpdate( in updateShareStatus()
DBluetoothOppObexClientSession.java381 .contentResolverUpdate( in processShareInfo()
DBluetoothOppUtility.java333 .contentResolverUpdate(context.getContentResolver(), uri, updateValues, null, null); in updateVisibilityToHidden()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java160 .contentResolverUpdate( in onReceive_withActionAccept_updatesContents()
180 .contentResolverUpdate( in onReceive_withActionDecline_updatesContents()
263 .contentResolverUpdate( in onReceive_withActionHide_contentUpdate()
282 .contentResolverUpdate( in onReceive_withActionCompleteHide_makeAllVisibilityHidden()
301 .contentResolverUpdate( in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden()
320 .contentResolverUpdate( in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden()
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()
DBluetoothOppTransferHistoryTest.java216 .contentResolverUpdate( in onOptionsItemSelected_clearAllSelected_promptWarning()
239 .contentResolverUpdate( in onOptionsItemSelected_clearAllSelected_promptWarning()
DBluetoothOppBatchTest.java125 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.java106 .contentResolverUpdate( in setUp()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java387 .contentResolverUpdate(any(), any(), any(), any(), any()); in testSetMessageStatusRead_withTypeSmsGsm()
405 .contentResolverUpdate(any(), any(), any(), any(), any()); in testSetMessageStatusRead_withTypeMms()
447 .contentResolverUpdate(any(), any(), any(), any(), any()); in testDeleteMessageMms_withNonDeletedThreadId()
493 .contentResolverUpdate(any(), any(), any(), any(), any()); in testDeleteMessageSms_withNonDeletedThreadId()
548 .contentResolverUpdate(any(), any(), any(), any(), any()); in testUnDeleteMessageMms_withDeletedThreadId_andMessageBoxInbox()
584 .contentResolverUpdate(any(), any(), any(), any(), any()); in testUnDeleteMessageMms_withDeletedThreadId_andMessageBoxSent()
642 .contentResolverUpdate(any(), any(), any(), any(), any()); in testUnDeleteMessageSms_withDeletedThreadId()
709 .contentResolverUpdate(any(), any(), any(), any(), any()); in setEmailMessageStatusDelete_withStatusValueYes()
730 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.java126 public int contentResolverUpdate( in contentResolverUpdate() method in BluetoothMethodProxy
DUtils.java1187 return 1 == BluetoothMethodProxy.getInstance().contentResolverUpdate( in moveMessageToFolder()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2591 .contentResolverUpdate(mResolver, uri, contentValues, null, null); in setEmailMessageStatusDelete()
2643 .contentResolverUpdate( in setEmailMessageStatusDelete()
2691 .contentResolverUpdate(mResolver, uri, contentValues, null, null); in updateThreadId()
2965 .contentResolverUpdate(mResolver, uri, contentValues, null, null); in setMessageStatusRead()
2981 .contentResolverUpdate(mResolver, uri, contentValues, null, null); in setMessageStatusRead()
3443 .contentResolverUpdate(resolver, uri, data, whereClause, null); in moveMmsToFolder()