HomeSort by relevance Sort by last modified time
    Searched refs:FOLDER_NAME_DRAFT (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 298 public static final String FOLDER_NAME_DRAFT = "DRAFT";
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 230 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_DRAFT);
244 root.addImFolder(BluetoothMapContract.FOLDER_NAME_DRAFT,
591 !folderName.equalsIgnoreCase(BluetoothMapContract.FOLDER_NAME_DRAFT)) {
    [all...]
BluetoothMapContent.java     [all...]
BluetoothMapContentObserver.java 499 FOLDER_SMS_MAP.put(Sms.MESSAGE_TYPE_DRAFT, BluetoothMapContract.FOLDER_NAME_DRAFT);
520 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_DRAFTS, BluetoothMapContract.FOLDER_NAME_DRAFT);
    [all...]

Completed in 94 milliseconds