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 201 String phoneAccountComponentName = phoneAccount.getComponentName().flattenToString();
204 if (phoneAccountComponentName == null || phoneAccountId == null || sourceData == null) {
211 String[] whereArgs = { phoneAccountComponentName, phoneAccountId, sourceData };

Completed in 72 milliseconds