Searched refs:CALL_LOG_PROJECTION (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
H A DGroupingListAdapterTests.java45 static private final String[] CALL_LOG_PROJECTION = new String[] { field in class:GroupingListAdapterTests
113 mCursor = new MatrixCursor(CALL_LOG_PROJECTION);
H A DRecentCallsListActivityTests.java53 static private final String[] CALL_LOG_PROJECTION = new String[] { field in class:RecentCallsListActivityTests
104 mCursor = new MatrixCursor(CALL_LOG_PROJECTION);
/packages/apps/Contacts/src/com/android/contacts/
H A DCallDetailActivity.java70 static final String[] CALL_LOG_PROJECTION = new String[] { field in class:CallDetailActivity
145 Cursor callCursor = resolver.query(callUri, CALL_LOG_PROJECTION, null, null, null);
H A DRecentCallsListActivity.java90 static final String[] CALL_LOG_PROJECTION = new String[] { field in class:RecentCallsListActivity
967 CALL_LOG_PROJECTION, null, null, Calls.DEFAULT_SORT_ORDER);
/packages/apps/Phone/src/com/android/phone/
H A DNotificationMgr.java62 private static final String[] CALL_LOG_PROJECTION = new String[] { field in class:NotificationMgr
229 mQueryHandler.startQuery(CALL_LOG_TOKEN, null, Calls.CONTENT_URI, CALL_LOG_PROJECTION,

Completed in 43 milliseconds