Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java158 String selectionClause = null; in getContactsSize() local
160 selectionClause = Phone.STARRED + " = 1"; in getContactsSize()
169 selectionClause, in getContactsSize()
698 String selectionClause = null; in composeAndSendPhonebookVcards() local
700 selectionClause = Phone.STARRED + " = 1"; in composeAndSendPhonebookVcards()
710 selectionClause, in composeAndSendPhonebookVcards()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientContent.java718 String selectionClause = null; in getMessagesFromUri() local
724 selectionClause = Sms.SUBSCRIPTION_ID + " =? "; in getMessagesFromUri()
729 selectionClause = Mms.SUBSCRIPTION_ID + " =? "; in getMessagesFromUri()
738 selectionClause, in getMessagesFromUri()
/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