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.java182 doReturn(null).when(mCallProxy).contentResolverOpenFileDescriptor(any(), in openReceivedFile_fileExist_HandlingApplicationExist()
219 doReturn(null).when(mCallProxy).contentResolverOpenFileDescriptor(any(), in openReceivedFile_fileExist_HandlingApplicationNotExist()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java144 public ParcelFileDescriptor contentResolverOpenFileDescriptor(ContentResolver contentResolver, in contentResolverOpenFileDescriptor() method in BluetoothMethodProxy
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java850 mMapMethodProxy).contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
893 mMapMethodProxy).contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
937 doReturn(pfd).when(mMapMethodProxy).contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java285 .contentResolverOpenFileDescriptor(resolver, uri, readOnlyMode); in fileExists()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java4205 fd = BluetoothMethodProxy.getInstance().contentResolverOpenFileDescriptor( in getEmailMessage()