Home
last modified time | relevance | path

Searched refs:mediaScanned (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java73 int totalBytes, int currentBytes, int timestamp, boolean mediaScanned) { in BluetoothOppShareInfo() argument
87 mMediaScanned = mediaScanned; in BluetoothOppShareInfo()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java1214 final int mediaScanned = cursor.getInt(3); in openFile() local
1221 && mediaScanned != 2; in openFile()