Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java83 static final String WHERE_COMPLETED = field in BluetoothOppNotification
88 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "
92 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "
H A DBluetoothOppReceiver.java214 BluetoothOppNotification.WHERE_COMPLETED, null); in onReceive()