OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDataChannelState
(Results
1 - 7
of
7
) sorted by null
/packages/services/Telephony/src/com/android/phone/
VoicemailUtils.java
34
public static void
setDataChannelState
(Context context, PhoneAccountHandle accountHandle,
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
VvmNetworkRequestCallback.java
150
VoicemailUtils.
setDataChannelState
(
154
VoicemailUtils.
setDataChannelState
(
OmtpVvmSyncService.java
268
VoicemailUtils.
setDataChannelState
(
/packages/services/Telephony/src/com/android/phone/common/mail/
MailTransport.java
120
mImapHelper.
setDataChannelState
(Status.DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR);
159
.
setDataChannelState
(Status.DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR);
232
mImapHelper.
setDataChannelState
(Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR);
240
mImapHelper.
setDataChannelState
(Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR);
/packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapConnection.java
109
mImapStore.getImapHelper().
setDataChannelState
(Status.DATA_CHANNEL_STATE_SERVER_ERROR);
114
.
setDataChannelState
(Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR);
152
.
setDataChannelState
(Status.DATA_CHANNEL_STATE_BAD_CONFIGURATION);
242
mImapStore.getImapHelper().
setDataChannelState
(Status.DATA_CHANNEL_STATE_SERVER_ERROR);
ImapFolder.java
734
mStore.getImapHelper().
setDataChannelState
(Status.DATA_CHANNEL_STATE_SERVER_ERROR);
797
mStore.getImapHelper().
setDataChannelState
(Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR)
[
all
...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java
112
VoicemailUtils.
setDataChannelState
(
155
public void
setDataChannelState
(int dataChannelState) {
156
VoicemailUtils.
setDataChannelState
(mContext, mPhoneAccount, dataChannelState);
Completed in 158 milliseconds