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

  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
VoicemailStatusQueryHelper.java 88 String phoneAccountComponentName = phoneAccount.getComponentName().flattenToString();
90 if (phoneAccountComponentName == null || phoneAccountId == null) {
97 String[] whereArgs = { phoneAccountComponentName, phoneAccountId,
VoicemailsQueryHelper.java 217 String phoneAccountComponentName = phoneAccount.getComponentName().flattenToString();
220 if (phoneAccountComponentName == null || phoneAccountId == null || sourceData == null) {
227 String[] whereArgs = { phoneAccountComponentName, phoneAccountId, sourceData };

Completed in 178 milliseconds