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.java215 doReturn(pfd).when(mCallProxy).contentResolverOpenFileDescriptor(any(), eq(fileUri), any()); in openReceivedFile_fileExist_HandlingApplicationExist()
258 doReturn(pfd).when(mCallProxy).contentResolverOpenFileDescriptor(any(), eq(fileUri), any()); in openReceivedFile_fileExist_HandlingApplicationNotExist()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java157 public ParcelFileDescriptor contentResolverOpenFileDescriptor( in contentResolverOpenFileDescriptor() method in BluetoothMethodProxy
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java296 .contentResolverOpenFileDescriptor(resolver, uri, readOnlyMode)) { in fileExists()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java906 .contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
959 .contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
1012 doReturn(pfd).when(mMapMethodProxy).contentResolverOpenFileDescriptor(any(), any(), any()); in getEmailMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java4178 .contentResolverOpenFileDescriptor(mResolver, uri, "r"); in getEmailMessage()