Searched refs:mNotificationVibrate (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationListItemData.java57 private boolean mNotificationVibrate; field in class:ConversationListItemData
97 mNotificationVibrate = cursor.getInt(INDEX_NOTIFICATION_VIBRATION) == 1;
211 return mNotificationVibrate;
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessageNotificationState.java208 final boolean mNotificationVibrate; field in class:MessageNotificationState.ConversationLineInfo
247 mNotificationVibrate = notificationVibrate;
1113 return mConvList.mConvInfos.get(0).mNotificationVibrate;

Completed in 302 milliseconds