Home
last modified time | relevance | path

Searched refs:contentResolverOpenOutputStream (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java183 public OutputStream contentResolverOpenOutputStream(ContentResolver contentResolver, Uri uri) in contentResolverOpenOutputStream() method in BluetoothMethodProxy
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSessionTest.java309 doReturn(os).when(mMethodProxy).contentResolverOpenOutputStream(any(), eq(uri)); in onPut_returnsObexHttpOk()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java508 .contentResolverOpenOutputStream( in receiveFile()