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

  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VoicemailStatusQueryHelper.java 88 String phoneAccountId = phoneAccount.getId();
89 if (phoneAccountComponentName == null || phoneAccountId == null) {
100 String[] whereArgs = {phoneAccountComponentName, phoneAccountId, context.getPackageName()};
VoicemailsQueryHelper.java 210 String phoneAccountId = phoneAccount.getId();
212 if (phoneAccountComponentName == null || phoneAccountId == null || sourceData == null) {
223 String[] whereArgs = {phoneAccountComponentName, phoneAccountId, sourceData};
  /packages/apps/Dialer/java/com/android/dialer/voicemail/model/
VoicemailEntry.java 75 public abstract String phoneAccountId();
108 public abstract Builder setPhoneAccountId(@Nullable String phoneAccountId);
  /packages/apps/Dialer/java/com/android/dialer/calllog/model/
CoalescedRow.java 69 public abstract String phoneAccountId();
108 public abstract Builder setPhoneAccountId(@Nullable String phoneAccountId);
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
VoicemailStatus.java 45 public final String phoneAccountId;
74 phoneAccountId = getString(statusCursor, VoicemailStatusQuery.PHONE_ACCOUNT_ID, "");
78 phoneAccountId = "";
125 phoneAccountId = builder.phoneAccountId;
162 private String phoneAccountId = "";
196 this.phoneAccountId = id;
301 if (TextUtils.isEmpty(phoneAccountComponentName) || TextUtils.isEmpty(phoneAccountId)) {
308 return new PhoneAccountHandle(componentName, phoneAccountId);
  /packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
SystemCallLogDataSource.java 309 String phoneAccountId = cursor.getString(phoneAccountIdColumn);
340 contentValues.put(AnnotatedCallLog.PHONE_ACCOUNT_ID, phoneAccountId);
342 appContext, contentValues, phoneAccountComponentName, phoneAccountId);
411 String phoneAccountId) {
413 TelecomUtil.composePhoneAccountHandle(phoneAccountComponentName, phoneAccountId);
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
NewVoicemailMediaPlayerView.java 72 private String phoneAccountId;
128 phoneAccountId = null;
160 phoneAccountId = voicemailEntryFromAdapter.phoneAccountId();
538 phoneAccountComponentName, phoneAccountId)));
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java     [all...]

Completed in 451 milliseconds