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

  /frameworks/base/core/java/android/provider/
VoicemailContract.java 227 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "subscription_component_name";
331 contentValues.put(Voicemails.PHONE_ACCOUNT_COMPONENT_NAME,
371 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "phone_account_component_name";
561 values.put(Status.PHONE_ACCOUNT_COMPONENT_NAME,
594 values.put(Status.PHONE_ACCOUNT_COMPONENT_NAME,
CallLog.java 400 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "subscription_component_name";
428 * replaced with PHONE_ACCOUNT_COMPONENT_NAME/PHONE_ACCOUNT_ID.
645 values.put(PHONE_ACCOUNT_COMPONENT_NAME, accountComponentString);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQuery.java 53 Calls.PHONE_ACCOUNT_COMPONENT_NAME, // 18
CallLogNotificationsHelper.java 230 Calls.PHONE_ACCOUNT_COMPONENT_NAME,
CallLogAsyncTaskUtil.java 74 CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME,
  /packages/apps/Dialer/src/com/android/dialer/database/
VoicemailArchiveContract.java 153 * @see android.provider.CallLog.Calls#PHONE_ACCOUNT_COMPONENT_NAME
157 CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME;
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
VoicemailStatusQueryHelper.java 95 Status.PHONE_ACCOUNT_COMPONENT_NAME + "=? AND " +
VoicemailsQueryHelper.java 209 Voicemails.PHONE_ACCOUNT_COMPONENT_NAME + "=? AND " +
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 41 + " = ? AND " + CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME + " = ?";
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogDatabaseHelper.java 124 Calls.PHONE_ACCOUNT_COMPONENT_NAME + " TEXT," +
159 VoicemailContract.Status.PHONE_ACCOUNT_COMPONENT_NAME + " TEXT," +
VoicemailContentTable.java 70 .add(Voicemails.PHONE_ACCOUNT_COMPONENT_NAME)
106 .add(Voicemails.PHONE_ACCOUNT_COMPONENT_NAME)
CallLogProvider.java 91 Calls.PHONE_ACCOUNT_COMPONENT_NAME,
106 Calls.PHONE_ACCOUNT_COMPONENT_NAME + "=? AND " + Calls.PHONE_ACCOUNT_ID + "=?;";
137 sCallsProjectionMap.put(Calls.PHONE_ACCOUNT_COMPONENT_NAME, Calls.PHONE_ACCOUNT_COMPONENT_NAME);
582 Calls.PHONE_ACCOUNT_COMPONENT_NAME + " =? AND " + Calls.PHONE_ACCOUNT_ID + " =?",
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 207 values.put(Calls.PHONE_ACCOUNT_COMPONENT_NAME,
484 values.put(Calls.PHONE_ACCOUNT_COMPONENT_NAME, (String) null);
495 values.put(Calls.PHONE_ACCOUNT_COMPONENT_NAME, (String) null);
506 values.put(Calls.PHONE_ACCOUNT_COMPONENT_NAME, (String) null);
ContactsDatabaseHelperUpgradeTest.java 381 new TableColumn(Calls.PHONE_ACCOUNT_COMPONENT_NAME, TEXT, false, null),
416 new TableColumn(Status.PHONE_ACCOUNT_COMPONENT_NAME, TEXT, false, null),
VoicemailProviderTest.java 144 values.put(Voicemails.PHONE_ACCOUNT_COMPONENT_NAME, "dummy_name");
  /cts/tests/tests/calllog/src/android/calllog/cts/
CallLogBackupTest.java 78 CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME,
312 cursor.getColumnIndex(Calls.PHONE_ACCOUNT_COMPONENT_NAME));
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 604 values.put(Calls.PHONE_ACCOUNT_COMPONENT_NAME, accountComponentString);
649 values.put(Status.PHONE_ACCOUNT_COMPONENT_NAME, getPackageName());
  /packages/providers/CallLogProvider/src/com/android/calllogbackup/
CallLogBackupAgent.java 130 CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME,
392 cursor.getString(cursor.getColumnIndex(CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME));
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 57 + " = ? AND " + Calls.PHONE_ACCOUNT_COMPONENT_NAME + " = ?";
  /packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
VoicemailAsyncTaskUtilTest.java 79 CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME,
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 995 milliseconds