/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 107 .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()
|
D | BluetoothOppIncomingFileConfirmActivity.java | 160 .contentResolverUpdate( in onIncomingFileConfirmOk() 173 .contentResolverUpdate(this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmCancel()
|
D | BluetoothOppObexServerSession.java | 380 .contentResolverUpdate( in onPut() 478 .contentResolverUpdate( in receiveFile() 544 .contentResolverUpdate( in receiveFile()
|
D | BluetoothOppTransfer.java | 435 .contentResolverUpdate( in markShareTimeout() 496 .contentResolverUpdate( in markBatchFailed() 936 .contentResolverUpdate( in tickShareStatus()
|
D | Constants.java | 244 .contentResolverUpdate( in updateShareStatus()
|
D | BluetoothOppObexClientSession.java | 354 .contentResolverUpdate( in processShareInfo()
|
D | BluetoothOppUtility.java | 340 .contentResolverUpdate(context.getContentResolver(), uri, updateValues, null, null); in updateVisibilityToHidden()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 139 .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()
|
D | BluetoothOppTransferHistoryTest.java | 207 .contentResolverUpdate( in onOptionsItemSelected_clearAllSelected_promptWarning() 230 .contentResolverUpdate( in onOptionsItemSelected_clearAllSelected_promptWarning()
|
D | BluetoothOppBatchTest.java | 132 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 | 95 .contentResolverUpdate( in setUp()
|
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/opp/ |
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()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserverTest.java | 382 .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/ |
D | BluetoothMethodProxy.java | 141 public int contentResolverUpdate( in contentResolverUpdate() method in BluetoothMethodProxy
|
D | Utils.java | 1134 .contentResolverUpdate( in moveMessageToFolder()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 2567 .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()
|