Searched refs:phoneAccountId (Results 1 – 9 of 9) sorted by relevance
47 public final String phoneAccountId; field in VoicemailStatus76 phoneAccountId = getString(statusCursor, VoicemailStatusQuery.PHONE_ACCOUNT_ID, ""); in VoicemailStatus()80 phoneAccountId = ""; in VoicemailStatus()121 phoneAccountId = builder.phoneAccountId; in VoicemailStatus()158 private String phoneAccountId = ""; field in VoicemailStatus.Builder192 this.phoneAccountId = id; in setPhoneAccountId()312 if (TextUtils.isEmpty(phoneAccountComponentName) || TextUtils.isEmpty(phoneAccountId)) { in getPhoneAccountHandle()319 return new PhoneAccountHandle(componentName, phoneAccountId); in getPhoneAccountHandle()
70 status.phoneAccountId); in maybeFixVoicemailStatus()
100 status.phoneAccountId); in getTosMessage()363 status.phoneAccountId);
88 String phoneAccountId = phoneAccount.getId(); in isFieldEqualTo() local89 if (phoneAccountComponentName == null || phoneAccountId == null) { in isFieldEqualTo()100 String[] whereArgs = {phoneAccountComponentName, phoneAccountId, context.getPackageName()}; in isFieldEqualTo()
208 String phoneAccountId = phoneAccount.getId(); in isVoicemailUnique() local210 if (phoneAccountComponentName == null || phoneAccountId == null || sourceData == null) { in isVoicemailUnique()221 String[] whereArgs = {phoneAccountComponentName, phoneAccountId, sourceData}; in isVoicemailUnique()
139 String phoneAccountId = cursor.getString(PHONE_ACCOUNT_ID); in toVoicemailEntry() local140 if (!TextUtils.isEmpty(phoneAccountId)) { in toVoicemailEntry()141 voicemailEntryBuilder.setPhoneAccountId(phoneAccountId); in toVoicemailEntry()
72 private String phoneAccountId; field in NewVoicemailMediaPlayerView128 phoneAccountId = null; in reset()160 phoneAccountId = voicemailEntryFromAdapter.getPhoneAccountId(); in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()538 phoneAccountComponentName, phoneAccountId)));
280 String phoneAccountId = annotatedCallLogRow.getString(phoneAccountIdColumn); in mergeRow() local281 if (!TextUtils.isEmpty(phoneAccountId)) { in mergeRow()282 coalescedRowBuilder.setPhoneAccountId(phoneAccountId); in mergeRow()
311 String phoneAccountId = cursor.getString(phoneAccountIdColumn); in handleInsertsAndUpdates() local346 contentValues.put(AnnotatedCallLog.PHONE_ACCOUNT_ID, phoneAccountId); in handleInsertsAndUpdates()