Home
last modified time | relevance | path

Searched refs:TEXT_ONLY (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientContent.java327 values.put(Mms.TEXT_ONLY, true); in storeMms()
401 mmsValues.put(Mms.TEXT_ONLY, 1); in insertIntoMmsTable()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java757 Mms.TEXT_ONLY + " INTEGER DEFAULT 0" + in createMmsTables()
1855 db.execSQL("ALTER TABLE " + MmsProvider.TABLE_PDU + " ADD COLUMN " + Mms.TEXT_ONLY + in upgradeDatabaseToVersion56()
2267 Mms.TEXT_ONLY + " INTEGER DEFAULT 0" + in upgradePduTableToAutoIncrement()
DTelephonyBackupAgent.java305 sDefaultValuesMms.put(Telephony.Mms.TEXT_ONLY, 1); in sDefaultValuesMms.put() argument
1120 mms.values.put(Telephony.Mms.TEXT_ONLY, (mms.attachments == null
DMmsSmsProvider.java138 Mms.TRANSACTION_ID, Mms.MMS_VERSION, Mms.TEXT_ONLY };
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java176 Mms.TEXT_ONLY,
204 Mms.TEXT_ONLY,
415 mMmsColTextOnly = c.getColumnIndex(Mms.TEXT_ONLY); in setMmsColumns()
4024 message.setTextOnly(c.getInt(c.getColumnIndex(Mms.TEXT_ONLY)) != 0); in getMmsMessage()
DBluetoothMapContentObserver.java2951 values.put(Mms.TEXT_ONLY, true); in pushMmsToFolder()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java387 mmsRow.put(Telephony.Mms.TEXT_ONLY, textOnly); in createMmsRow()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java1485 values.put(Mms.TEXT_ONLY, textOnly ? 1 : 0); in persist()