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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 68 private static final int CALL_TYPE_COLUMN_INDEX = 2;
267 final int callLogType = mCursor.getInt(CALL_TYPE_COLUMN_INDEX);
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 80 static final int CALL_TYPE_COLUMN_INDEX = 3;
152 int callType = callCursor.getInt(CALL_TYPE_COLUMN_INDEX);
RecentCallsListActivity.java 105 static final int CALL_TYPE_COLUMN_INDEX = 4;
506 int currentCallType = cursor.getInt(CALL_TYPE_COLUMN_INDEX);
535 currentCallType = cursor.getInt(CALL_TYPE_COLUMN_INDEX);
751 int type = c.getInt(CALL_TYPE_COLUMN_INDEX);
    [all...]

Completed in 479 milliseconds