HomeSort by relevance Sort by last modified time
    Searched refs:CARRIER_PRESENCE (Results 1 - 15 of 15) sorted by null

  /packages/apps/Dialer/tests/src/com/android/dialer/database/
DatabaseTestUtils.java 51 Data.CARRIER_PRESENCE}); // 14
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 116 projectionList.add(Phone.CARRIER_PRESENCE); // 9
138 projectionList.add(Phone.CARRIER_PRESENCE); // 9
152 public static final int CARRIER_PRESENCE = 9;
494 int carrierPresence = cursor.getInt(PhoneQuery.CARRIER_PRESENCE);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java 105 row[PhoneQuery.CARRIER_PRESENCE] = contact.carrierPresence;
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 121 static final String CARRIER_PRESENCE = "carrier_presence";
158 Data.CARRIER_PRESENCE, // 14
412 + SmartDialDbColumns.CARRIER_PRESENCE + " INTEGER NOT NULL DEFAULT 0"
510 db.execSQL("ALTER TABLE smartdial_table ADD carrier_presence INTEGER NOT NULL DEFAULT 0");
772 SmartDialDbColumns.CARRIER_PRESENCE + ", " +
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataItem.java 155 return mContentValues.getAsInteger(Data.CARRIER_PRESENCE);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 77 Data.CARRIER_PRESENCE,
291 Data.CARRIER_PRESENCE,
384 Data.CARRIER_PRESENCE,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 196 projectionList.add(Data.CARRIER_PRESENCE);
271 public static final int CARRIER_PRESENCE = 64;
736 cursorColumnToContentValues(cursor, cv, ContactQuery.CARRIER_PRESENCE);
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 358 projectionList.add(Data.CARRIER_PRESENCE);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java 302 new TableColumn(Data.CARRIER_PRESENCE, INTEGER, true, "0"),
ContactsProvider2Test.java 420 Data.CARRIER_PRESENCE,
508 Data.CARRIER_PRESENCE,
590 Data.CARRIER_PRESENCE,
698 Data.CARRIER_PRESENCE,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1056 milliseconds