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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java146 private static final String folderSms[] = { field in class:BluetoothMapContentObserver
340 if (folderSms[type].equals("inbox")) {
341 Event evt = new Event("NewMessage", id, folderSms[type],
349 Event evt = new Event("MessageShift", id, folderSms[type],
350 folderSms[msg.type], mSmsType);
362 folderSms[msg.type], mSmsType);
413 folderSms[type], null, TYPE.MMS);
1032 folderSms[Sms.MESSAGE_TYPE_SENT], null, mSmsType);
1040 folderSms[Sms.MESSAGE_TYPE_OUTBOX], null, mSmsType);
1053 folderSms[Sm
[all...]

Completed in 162 milliseconds