Home
last modified time | relevance | path

Searched refs:contentResolverOpenFileDescriptor (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java187 doReturn(null).when(mCallProxy).contentResolverOpenFileDescriptor(any(), in openReceivedFile_fileExist_HandlingApplicationExist()
224 doReturn(null).when(mCallProxy).contentResolverOpenFileDescriptor(any(), in openReceivedFile_fileExist_HandlingApplicationNotExist()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java146 public ParcelFileDescriptor contentResolverOpenFileDescriptor(ContentResolver contentResolver, in contentResolverOpenFileDescriptor() method in BluetoothMethodProxy
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java285 .contentResolverOpenFileDescriptor(resolver, uri, readOnlyMode); in fileExists()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java854 mMapMethodProxy).contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
897 mMapMethodProxy).contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
941 doReturn(pfd).when(mMapMethodProxy).contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java4004 fd = BluetoothMethodProxy.getInstance().contentResolverOpenFileDescriptor( in getEmailMessage()