Home
last modified time | relevance | path

Searched refs:getOmtpVvmSources (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DVoicemailProviderChangeReceiver.java32 if (vvmSourceManager.getOmtpVvmSources().size() > 0 && !isSelfChanged) { in onReceive()
DOmtpVvmSyncService.java111 Set<PhoneAccountHandle> sources = vvmSourceManager.getOmtpVvmSources(); in getSyncIntent()
189 Set<PhoneAccountHandle> sources = vvmSourceManager.getOmtpVvmSources(); in onHandleIntent()
DOmtpVvmSourceManager.java136 public Set<PhoneAccountHandle> getOmtpVvmSources() { in getOmtpVvmSources() method in OmtpVvmSourceManager
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
DVvmPackageInstallReceiver.java46 Set<PhoneAccountHandle> phoneAccounts = vvmSourceManager.getOmtpVvmSources(); in onReceive()