OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smsType
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java
338
int
smsType
= cursor.getInt(MessageListAdapter.COLUMN_SMS_TYPE);
339
if (Sms.isOutgoingFolder(
smsType
)) {
347
if (
smsType
== Sms.MESSAGE_TYPE_INBOX) {
358
if (
smsType
== Sms.MESSAGE_TYPE_DRAFT) {
360
} else if (
smsType
== Sms.MESSAGE_TYPE_INBOX) {
370
if (
smsType
== Sms.MESSAGE_TYPE_SENT) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
119
TYPE
smsType
= null;
123
smsType
= TYPE.SMS_GSM;
125
smsType
= TYPE.SMS_CDMA;
128
return
smsType
;
[
all
...]
Completed in 29 milliseconds