Home
last modified time | relevance | path

Searched refs:CALLER_NUMBERLABEL_COLUMN_INDEX (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposer.java71 private static final int CALLER_NUMBERLABEL_COLUMN_INDEX = 5; field in BluetoothPbapCallLogComposer
208 String label = mCursor.getString(CALLER_NUMBERLABEL_COLUMN_INDEX); in createOneCallLogEntryInternal()
/packages/apps/Contacts/src/com/android/contacts/
DRecentCallsListActivity.java108 static final int CALLER_NUMBERLABEL_COLUMN_INDEX = 7; field in RecentCallsListActivity
625 String callerNumberLabel = c.getString(CALLER_NUMBERLABEL_COLUMN_INDEX); in bindView()