Searched refs:ID_COLUMN (Results 1 – 4 of 4) sorted by relevance
55 private static final String ID_COLUMN = "id"; field in ClockOptionsProviderTest136 cursor.getColumnIndex(ID_COLUMN))).isEqualTo("id_a"); in testQuery_listOptions()149 cursor.getColumnIndex(ID_COLUMN))).isEqualTo("id_b"); in testQuery_listOptions()
202 long rowId = cursor.getLong(InboundSmsHandler.ID_COLUMN); in InboundSmsTracker()
83 put(InboundSmsHandler.ID_COLUMN, 7);
146 public static final int ID_COLUMN = 7; field in InboundSmsHandler