Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5504 String[] doubledSelectionArgs = null; in queryLocal() local
5507 doubledSelectionArgs = new String[length * 2]; in queryLocal()
5508 System.arraycopy(selectionArgs, 0, doubledSelectionArgs, 0, length); in queryLocal()
5509 System.arraycopy(selectionArgs, 0, doubledSelectionArgs, length, length); in queryLocal()
5512 Cursor cursor = db.rawQuery(unionQuery, doubledSelectionArgs); in queryLocal()