HomeSort by relevance Sort by last modified time
    Searched defs:COLUMN_TYPE (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 52 private static final int COLUMN_TYPE = 0;
79 if (isValidApnType(cursor.getString(COLUMN_TYPE), Phone.APN_TYPE_MMS)) {
  /packages/apps/Email/src/com/android/email/activity/
MailboxList.java 257 .getDisplayName(Integer.valueOf(c.getString(mListAdapter.COLUMN_TYPE)));
354 switch (c.getInt(mListAdapter.COLUMN_TYPE)) {
606 public final int COLUMN_TYPE = 3;
619 int type = cursor.getInt(COLUMN_TYPE);
  /packages/apps/Email/src/com/android/email/
MessagingController.java 211 private static final int COLUMN_TYPE = 3;
227 mType = c.getInt(COLUMN_TYPE);
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 33 milliseconds