OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foldermms
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
233
private static final String
folderMms
[] = {
626
if (
folderMms
[type].equals(BluetoothMapContract.FOLDER_NAME_INBOX) &&
635
Event evt = new Event(EVENT_TYPE_NEW, id,
folderMms
[type],
645
evt = new Event(EVENT_TYPE_SHIFT, id,
folderMms
[type],
646
folderMms
[msg.type], TYPE.MMS);
651
if (
folderMms
[type].equals(BluetoothMapContract.FOLDER_NAME_SENT)
663
folderMms
[msg.type], TYPE.MMS);
667
Event evt = new Event(EVENT_TYPE_SHIFT, id,
folderMms
[msg.type],
683
folderMms
[msg.type], TYPE.MMS);
[
all
...]
Completed in 209 milliseconds