From 719a7adde25e0a717816b00668c16c3a1e3c5518 Mon Sep 17 00:00:00 2001 From: Jay Shrauner Date: Thu, 30 May 2013 15:41:13 -0700 Subject: Use new CallLog number presentation column Switch to using new number presentation column in the CallLog table and discontinue using special phone number strings in CallerInfo. Needed for unbundling. Bug:6948882 Change-Id: Ibf27ea55cee783c4530101e4e228198e245e6684 --- src/com/android/dialer/calllog/CallLogQuery.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/com/android/dialer/calllog/CallLogQuery.java') diff --git a/src/com/android/dialer/calllog/CallLogQuery.java b/src/com/android/dialer/calllog/CallLogQuery.java index 5f7b27b93..01949e09f 100644 --- a/src/com/android/dialer/calllog/CallLogQuery.java +++ b/src/com/android/dialer/calllog/CallLogQuery.java @@ -43,6 +43,7 @@ public final class CallLogQuery { Calls.CACHED_PHOTO_ID, // 14 Calls.CACHED_FORMATTED_NUMBER, // 15 Calls.IS_READ, // 16 + Calls.NUMBER_PRESENTATION, // 17 }; public static final int ID = 0; @@ -62,8 +63,9 @@ public final class CallLogQuery { public static final int CACHED_PHOTO_ID = 14; public static final int CACHED_FORMATTED_NUMBER = 15; public static final int IS_READ = 16; + public static final int NUMBER_PRESENTATION = 17; /** The index of the synthetic "section" column in the extended projection. */ - public static final int SECTION = 17; + public static final int SECTION = 18; /** * The name of the synthetic "section" column. -- cgit v1.2.3