Searched refs:contentResolverOpenFileDescriptor (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
| D | BluetoothOppUtilityTest.java | 187 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/ |
| D | BluetoothMethodProxy.java | 146 public ParcelFileDescriptor contentResolverOpenFileDescriptor(ContentResolver contentResolver, in contentResolverOpenFileDescriptor() method in BluetoothMethodProxy
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
| D | BluetoothOppUtility.java | 285 .contentResolverOpenFileDescriptor(resolver, uri, readOnlyMode); in fileExists()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
| D | BluetoothMapContentTest.java | 854 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/ |
| D | BluetoothMapContent.java | 4004 fd = BluetoothMethodProxy.getInstance().contentResolverOpenFileDescriptor( in getEmailMessage()
|