HomeSort by relevance Sort by last modified time
    Searched refs:WHERE_COMPLETED (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 76 static final String WHERE_COMPLETED = BluetoothShare.STATUS + " >= '200' AND " + visible +
79 private static final String WHERE_COMPLETED_OUTBOUND = WHERE_COMPLETED + " AND " + "("
82 private static final String WHERE_COMPLETED_INBOUND = WHERE_COMPLETED + " AND " + "("
BluetoothOppReceiver.java 220 BluetoothOppNotification.WHERE_COMPLETED, null);

Completed in 461 milliseconds