/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 119 .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()
|
D | BluetoothOppIncomingFileConfirmActivity.java | 160 .contentResolverUpdate( in onIncomingFileConfirmOk() 173 .contentResolverUpdate(this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmCancel()
|
D | BluetoothOppObexServerSession.java | 398 .contentResolverUpdate( in onPut() 496 .contentResolverUpdate( in receiveFile() 562 .contentResolverUpdate( in receiveFile()
|
D | BluetoothOppTransfer.java | 443 .contentResolverUpdate( in markShareTimeout() 503 .contentResolverUpdate( in markBatchFailed() 942 .contentResolverUpdate( in tickShareStatus()
|
D | Constants.java | 246 .contentResolverUpdate( in updateShareStatus()
|
D | BluetoothOppObexClientSession.java | 381 .contentResolverUpdate( in processShareInfo()
|
D | BluetoothOppUtility.java | 333 .contentResolverUpdate(context.getContentResolver(), uri, updateValues, null, null); in updateVisibilityToHidden()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 160 .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()
|
D | IncomingFileConfirmActivityTest.java | 111 .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()
|
D | BluetoothOppTransferHistoryTest.java | 216 .contentResolverUpdate( in onOptionsItemSelected_clearAllSelected_promptWarning() 239 .contentResolverUpdate( in onOptionsItemSelected_clearAllSelected_promptWarning()
|
D | BluetoothOppBatchTest.java | 125 doReturn(0).when(proxy).contentResolverUpdate(any(), any(), any(), any(), any()); in cancelBatch_cancelSuccessfully()
|
D | BluetoothOppTransferActivityTest.java | 95 .contentResolverUpdate(any(), eq(dataUrl), any(), eq(null), eq(null)); in setUp()
|
D | BluetoothOppTransferTest.java | 106 .contentResolverUpdate( in setUp()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserverTest.java | 387 .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/ |
D | BluetoothMethodProxy.java | 126 public int contentResolverUpdate( in contentResolverUpdate() method in BluetoothMethodProxy
|
D | Utils.java | 1187 return 1 == BluetoothMethodProxy.getInstance().contentResolverUpdate( in moveMessageToFolder()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 2591 .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()
|