Searched refs:INDEX_NOTIFICATION_ENABLED (Results 1 – 2 of 2) sorted by relevance
37 private static final int INDEX_NOTIFICATION_ENABLED = 0; field in PeopleOptionsItemData81 final boolean notificationEnabled = cursor.getInt(INDEX_NOTIFICATION_ENABLED) == 1; in bind()
95 mNotificationEnabled = cursor.getInt(INDEX_NOTIFICATION_ENABLED) == 1; in bind()459 private static final int INDEX_NOTIFICATION_ENABLED = 13; field in ConversationListItemData