HomeSort by relevance Sort by last modified time
    Searched refs:CALL_LOG_PROJECTION (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/
GroupingListAdapterTests.java 45 static private final String[] CALL_LOG_PROJECTION = new String[] {
113 mCursor = new MatrixCursor(CALL_LOG_PROJECTION);
RecentCallsListActivityTests.java 53 static private final String[] CALL_LOG_PROJECTION = new String[] {
104 mCursor = new MatrixCursor(CALL_LOG_PROJECTION);
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 70 static final String[] CALL_LOG_PROJECTION = new String[] {
145 Cursor callCursor = resolver.query(callUri, CALL_LOG_PROJECTION, null, null, null);
RecentCallsListActivity.java 90 static final String[] CALL_LOG_PROJECTION = new String[] {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 62 private static final String[] CALL_LOG_PROJECTION = new String[] {
229 mQueryHandler.startQuery(CALL_LOG_TOKEN, null, Calls.CONTENT_URI, CALL_LOG_PROJECTION,
    [all...]

Completed in 85 milliseconds