OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVisualVoicemailSharedPrefsKey
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/settings/
VisualVoicemailSettingsUtil.java
64
getVisualVoicemailSharedPrefsKey
(IS_ENABLED_KEY, phoneAccount), isEnabled);
66
getVisualVoicemailSharedPrefsKey
(IS_USER_SET, phoneAccount),
77
return prefs.getBoolean(
getVisualVoicemailSharedPrefsKey
(IS_ENABLED_KEY, phoneAccount),
98
getVisualVoicemailSharedPrefsKey
(IS_USER_SET, phoneAccount),
108
getVisualVoicemailSharedPrefsKey
(OmtpConstants.IMAP_PORT, phoneAccount),
111
getVisualVoicemailSharedPrefsKey
(OmtpConstants.SERVER_ADDRESS, phoneAccount),
114
getVisualVoicemailSharedPrefsKey
(OmtpConstants.IMAP_USER_NAME, phoneAccount),
117
getVisualVoicemailSharedPrefsKey
(OmtpConstants.IMAP_PASSWORD, phoneAccount),
125
return prefs.getString(
getVisualVoicemailSharedPrefsKey
(key, phoneAccount), null);
131
return prefs.getLong(
getVisualVoicemailSharedPrefsKey
(SYNC_RETRY_INTERVAL, phoneAccount)
[
all
...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java
599
return VisualVoicemailSettingsUtil.
getVisualVoicemailSharedPrefsKey
(key, mPhoneAccount);
Completed in 46 milliseconds