Home
last modified time | relevance | path

Searched defs:selectionClause (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseBackupAndRecovery.java445 final String selectionClause = generationClause + " AND " + volumeClause; in backupExternalDatabase() local
451 try (Cursor c = db.query(true, "files", QUERY_COLUMNS, selectionClause, null, null, in backupExternalDatabase() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java158 String selectionClause = null; in getContactsSize() local
698 String selectionClause = null; in composeAndSendPhonebookVcards() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientContent.java718 String selectionClause = null; in getMessagesFromUri() local