HomeSort by relevance Sort by last modified time
    Searched full:innerprojection (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java 241 String[] innerProjection = new String[] {"name", "age", "location"};
249 "_id", innerProjection,
254 "_id", innerProjection,
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 743 String[] innerProjection = new String[] {BaseColumns._ID, Conversations.THREAD_ID};
751 MmsSms.TYPE_DISCRIMINATOR_COLUMN, innerProjection,
756 MmsSms.TYPE_DISCRIMINATOR_COLUMN, innerProjection,
    [all...]

Completed in 77 milliseconds