Searched refs:FOLDER_NAME_SENT (Results 1 – 4 of 4) sorted by relevance
224 BluetoothMapContract.FOLDER_NAME_SENT,236 BluetoothMapContract.FOLDER_NAME_SENT,651 if (folderMms[type].equals(BluetoothMapContract.FOLDER_NAME_SENT) in handleMsgListChangesMms()739 … mFolders.getEmailFolderByName(BluetoothMapContract.FOLDER_NAME_SENT); in handleMsgListChangesEmail()
176 root.addFolder(BluetoothMapContract.FOLDER_NAME_SENT); in addBaseFolders()188 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_SENT); in addSmsMmsFolders()
921 } else if (BluetoothMapContract.FOLDER_NAME_SENT.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeSms()938 } else if (BluetoothMapContract.FOLDER_NAME_SENT.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeMms()1525 return BluetoothMapContract.FOLDER_NAME_SENT; in getFolderName()
194 public static final String FOLDER_NAME_SENT = "sent"; field in BluetoothMapContract