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

  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
VoicemailProviderChangeReceiver.java 30 OmtpVvmSourceManager vvmSourceManager =
32 if (vvmSourceManager.getOmtpVvmSources().size() > 0 && !isSelfChanged) {
OmtpVvmSyncService.java 109 OmtpVvmSourceManager vvmSourceManager =
111 Set<PhoneAccountHandle> sources = vvmSourceManager.getOmtpVvmSources();
187 OmtpVvmSourceManager vvmSourceManager =
189 Set<PhoneAccountHandle> sources = vvmSourceManager.getOmtpVvmSources();
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmPackageInstallReceiver.java 45 OmtpVvmSourceManager vvmSourceManager = OmtpVvmSourceManager.getInstance(context);
46 Set<PhoneAccountHandle> phoneAccounts = vvmSourceManager.getOmtpVvmSources();
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
OmtpMessageReceiver.java 157 OmtpVvmSourceManager vvmSourceManager =
173 vvmSourceManager.addSource(mPhoneAccount);

Completed in 107 milliseconds