OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WfcModeFeatureValueConstants
(Results
1 - 9
of
9
) sorted by null
/packages/services/Telephony/src/com/android/phone/
ImsUtil.java
65
ImsManager.getWfcMode(context) == ImsConfig.
WfcModeFeatureValueConstants
.WIFI_ONLY;
CallFeaturesSetting.java
310
case ImsConfig.
WfcModeFeatureValueConstants
.WIFI_ONLY:
313
case ImsConfig.
WfcModeFeatureValueConstants
.CELLULAR_PREFERRED:
316
case ImsConfig.
WfcModeFeatureValueConstants
.WIFI_PREFERRED:
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
ImsManagerFacade.java
113
ImsConfig.
WfcModeFeatureValueConstants
.WIFI_ONLY;
117
ImsConfig.
WfcModeFeatureValueConstants
.CELLULAR_PREFERRED;
121
ImsConfig.
WfcModeFeatureValueConstants
.WIFI_PREFERRED;
TelephonyUtils.java
35
case ImsConfig.
WfcModeFeatureValueConstants
.WIFI_PREFERRED:
37
case ImsConfig.
WfcModeFeatureValueConstants
.CELLULAR_PREFERRED:
39
case ImsConfig.
WfcModeFeatureValueConstants
.WIFI_ONLY:
/packages/apps/Settings/src/com/android/settings/
WifiCallingSettings.java
287
case ImsConfig.
WfcModeFeatureValueConstants
.WIFI_ONLY:
290
case ImsConfig.
WfcModeFeatureValueConstants
.CELLULAR_PREFERRED:
293
case ImsConfig.
WfcModeFeatureValueConstants
.WIFI_PREFERRED:
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsConfig.java
273
* Wi-Fi calling modem -
WfcModeFeatureValueConstants
.
479
public static class
WfcModeFeatureValueConstants
{
ImsManager.java
402
: ImsConfig.
WfcModeFeatureValueConstants
.CELLULAR_PREFERRED);
661
mode = ImsConfig.
WfcModeFeatureValueConstants
.CELLULAR_PREFERRED;
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyEventLogTest.java
286
mEventLog.writeSetWfcMode(ImsConfig.
WfcModeFeatureValueConstants
.CELLULAR_PREFERRED);
291
m.put(TelephonyEventLog.DATA_KEY_PARAM2, ImsConfig.
WfcModeFeatureValueConstants
.CELLULAR_PREFERRED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java
[
all
...]
Completed in 179 milliseconds