Searched defs:WHERE_COMPLETED (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java72 static final String WHERE_COMPLETED = BluetoothShare.STATUS + " >= '200' AND " + visible; field in class:BluetoothOppNotification
74 private static final String WHERE_COMPLETED_OUTBOUND = WHERE_COMPLETED + " AND " + "("
77 private static final String WHERE_COMPLETED_INBOUND = WHERE_COMPLETED + " AND " + "("
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotification.java52 static final String WHERE_COMPLETED = field in class:DownloadNotification

Completed in 50 milliseconds