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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java514 private static String getSmsFolderName(int type) { method in class:BluetoothMapContentObserver
1397 evt = new Event(EVENT_TYPE_NEW, id, getSmsFolderName(type),
1400 evt = new Event(EVENT_TYPE_NEW, id, getSmsFolderName(type),
1406 evt = new Event(EVENT_TYPE_NEW, id, getSmsFolderName(type),
1415 String oldFolder = getSmsFolderName(msg.type);
1416 String newFolder = getSmsFolderName(type);
1420 getSmsFolderName(type), oldFolder, mSmsType);
1437 getSmsFolderName(msg.type), null, mSmsType);
1442 getSmsFolderName(msg.type),
1454 getSmsFolderName(ms
[all...]

Completed in 12 milliseconds