Home
last modified time | relevance | path

Searched refs:isAccountActivated (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/
DVvmPhoneStateListener.java80 if (VvmAccountManager.isAccountActivated(context, phoneAccount)) { in onServiceStateChanged()
95 if (!VvmAccountManager.isAccountActivated(context, phoneAccount)) { in onServiceStateChanged()
DStatusCheckJobService.java60 if (VvmAccountManager.isAccountActivated(this, phoneAccountHandle)) { in onStartJob()
DActivationTask.java172 && VvmAccountManager.isAccountActivated(getContext(), phoneAccountHandle)) { in onExecuteInBackgroundThread()
DVoicemailClientImpl.java231 return VvmAccountManager.isAccountActivated(context, phoneAccountHandle); in isActivated()
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DVvmAccountManager.java90 public static boolean isAccountActivated(Context context, PhoneAccountHandle phoneAccount) { in isAccountActivated() method in VvmAccountManager
103 if (isAccountActivated(context, phoneAccountHandle)) { in getActiveAccounts()
DOmtpVvmSyncReceiver.java51 if (!VvmAccountManager.isAccountActivated(context, phoneAccount)) { in onReceive()
DOmtpVvmSyncService.java86 if (!VvmAccountManager.isAccountActivated(context, phoneAccount)) { in setupAndSendRequest()
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DOmtpMessageReceiver.java73 if (!VvmAccountManager.isAccountActivated(context, phone)) { in onReceive()
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
DFetchVoicemailReceiver.java133 if (!VvmAccountManager.isAccountActivated(context, phoneAccount)) { in onReceive()