diff options
| author | 2009-09-18 17:47:53 -0700 | |
|---|---|---|
| committer | 2009-09-18 17:48:27 -0700 | |
| commit | 0dc9841821fda472eaeb1aeea80aded0dbbfe687 (patch) | |
| tree | 60d3a6455ecc9763015b89074e1aaccb9277a81a /libs/ui/FramebufferNativeWindow.cpp | |
| parent | 27272bfac63fab28aa3899243dfe79f226445b3b (diff) | |
ContactsContract: Adding joined columns to the CommonDataKind class definitions.
The rationale is this. Since all these joined columns are currently on
different classes, we routinely see code like this:
private static final String[] PROJECTION_PHONE = {
Data._ID, // 0
Data.CONTACT_ID, // 1
Phone.TYPE, // 2
Phone.NUMBER, // 3
Phone.LABEL, // 4
Data.DISPLAY_NAME, // 5
};
After this change, the above declaration changes to:
private static final String[] PROJECTION_PHONE = {
Phone._ID, // 0
Phone.CONTACT_ID, // 1
Phone.TYPE, // 2
Phone.NUMBER, // 3
Phone.LABEL, // 4
Phone.DISPLAY_NAME, // 5
};
Change-Id: I2e84bca3277aeef06eec20cee8c2119ef3b90a9f
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
0 files changed, 0 insertions, 0 deletions