Searched refs:ONLY_TO_ME (Results 1 – 2 of 2) sorted by relevance
120 private static Bitmap ONLY_TO_ME; field in ConversationItemView418 ONLY_TO_ME = BitmapFactory.decodeResource(res, R.drawable.ic_email_caret_double); in getItemViewResources()601 personalLevel == UIProvider.ConversationPersonalLevel.ONLY_TO_ME) { in bind()603 : ONLY_TO_ME; in bind()
1163 public static final int ONLY_TO_ME = 2; field in UIProvider.ConversationPersonalLevel