Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java80 static final String WHERE_RUNNING = STATUS + " AND " + VISIBLE + " AND " + CONFIRM; field in BluetoothOppNotification
248 mContentResolver.query(BluetoothShare.CONTENT_URI, null, WHERE_RUNNING, null, in updateActiveNotification()