Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java82 static final String WHERE_COMPLETED = field in BluetoothOppNotification
87 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "
91 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "
DBluetoothOppReceiver.java213 BluetoothOppNotification.WHERE_COMPLETED, null); in onReceive()