Searched refs:WHERE_COMPLETED (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java76 static final String WHERE_COMPLETED = BluetoothShare.STATUS + " >= '200' AND " + visible + field in class:BluetoothOppNotification
79 private static final String WHERE_COMPLETED_OUTBOUND = WHERE_COMPLETED + " AND " + "("
82 private static final String WHERE_COMPLETED_INBOUND = WHERE_COMPLETED + " AND " + "("
H A DBluetoothOppReceiver.java220 BluetoothOppNotification.WHERE_COMPLETED, null);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotification.java57 static final String WHERE_COMPLETED = field in class:DownloadNotification

Completed in 724 milliseconds