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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java81 static final String WHERE_COMPLETED = BluetoothShare.STATUS + " >= '200' AND " + visible + field in class:BluetoothOppNotification
84 private static final String WHERE_COMPLETED_OUTBOUND = WHERE_COMPLETED + " AND " + "("
87 private static final String WHERE_COMPLETED_INBOUND = WHERE_COMPLETED + " AND " + "("

Completed in 79 milliseconds