Searched refs:mPhoneAccount (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVvmPhoneStateListener.java35 private PhoneAccountHandle mPhoneAccount; field in class:VvmPhoneStateListener
44 mPhoneAccount = accountHandle;
49 if (mPhoneAccount == null) {
53 + mPhoneAccount
68 OmtpVvmCarrierConfigHelper helper = new OmtpVvmCarrierConfigHelper(mContext, mPhoneAccount);
73 if (voicemailStatusQueryHelper.isVoicemailSourceConfigured(mPhoneAccount)) {
74 if (!voicemailStatusQueryHelper.isNotificationsChannelActive(mPhoneAccount)) {
75 VvmLog.v(TAG, "Notifications channel is active for " + mPhoneAccount);
77 VoicemailStatus.edit(mContext, mPhoneAccount), OmtpEvents.NOTIFICATION_IN_SERVICE);
81 if (VvmAccountManager.isAccountActivated(mContext, mPhoneAccount)) {
[all...]
H A DVoicemail.java30 private final PhoneAccountHandle mPhoneAccount; field in class:Voicemail
54 mPhoneAccount = phoneAccountHandle;
200 return mPhoneAccount;
270 if (mPhoneAccount == null) {
274 mPhoneAccount.writeToParcel(dest, flags);
316 mPhoneAccount = PhoneAccountHandle.CREATOR.createFromParcel(in);
318 mPhoneAccount = null;
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
H A DFetchVoicemailReceiver.java72 private PhoneAccountHandle mPhoneAccount; field in class:FetchVoicemailReceiver
119 mPhoneAccount =
126 .createForPhoneAccountHandle(mPhoneAccount);
133 if (!VvmAccountManager.isAccountActivated(context, mPhoneAccount)) {
134 mPhoneAccount = getAccountFromMarshmallowAccount(context, mPhoneAccount);
135 if (mPhoneAccount == null) {
142 mNetworkCallback = new fetchVoicemailNetworkRequestCallback(context, mPhoneAccount);
209 new ImapHelper(mContext, mPhoneAccount, network, status)) {
212 new VoicemailFetchedCallback(mContext, mUri, mPhoneAccount), mUi
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
H A DVvmNetworkRequestCallback.java52 protected PhoneAccountHandle mPhoneAccount; field in class:VvmNetworkRequestCallback
63 mPhoneAccount = phoneAccount;
65 mCarrierConfigHelper = new OmtpVvmCarrierConfigHelper(context, mPhoneAccount);
74 mPhoneAccount = phoneAccount;
96 .createForPhoneAccountHandle(mPhoneAccount);
97 // At this point mPhoneAccount should always be valid and telephonyManager will never be null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientDeviceBlock.java60 private final PhoneAccount mPhoneAccount; field in class:HfpClientDeviceBlock
76 mPhoneAccount = HfpClientConnectionService.createAccount(mContext, device);
80 mTelecomManager.registerPhoneAccount(mPhoneAccount);
81 mTelecomManager.enablePhoneAccount(mPhoneAccount.getAccountHandle(), true);
82 mTelecomManager.setUserSelectedOutgoingPhoneAccount(mPhoneAccount.getAccountHandle());
145 mPhoneAccount.getAccountHandle(), mDevice, mHeadsetProfile);
162 mTelecomManager.unregisterPhoneAccount(mPhoneAccount.getAccountHandle());
201 mTelecomManager.addNewUnknownCall(mPhoneAccount.getAccountHandle(), b);
206 mTelecomManager.addNewIncomingCall(mPhoneAccount.getAccountHandle(), b);
311 mPhoneAccount
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
H A DImapHelper.java72 private final PhoneAccountHandle mPhoneAccount; field in class:ImapHelper
107 mPhoneAccount = phoneAccount;
257 .setPhoneAccount(mPhoneAccount)
507 VoicemailStatus.edit(mContext, mPhoneAccount).setQuota(quota.occupied, quota.total).apply();

Completed in 343 milliseconds