Searched refs:voiceNetworkType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonChooserFactory.java33 * @param voiceNetworkType the result of a call to {@link TelephonyManager#getVoiceNetworkType()}.
39 int voiceNetworkType, boolean isWiFi, int phoneType) {
40 if (voiceNetworkType == TelephonyManager.NETWORK_TYPE_LTE || isWiFi) {
38 newButtonChooser( int voiceNetworkType, boolean isWiFi, int phoneType) argument
H A DInCallButtonGridFragment.java92 int voiceNetworkType,
111 ButtonChooserFactory.newButtonChooser(voiceNetworkType, false /* isWiFi */, phoneType);
89 updateButtonStates( List<ButtonController> buttonControllers, @Nullable ButtonChooser buttonChooser, int voiceNetworkType, int phoneType) argument
H A DInCallFragment.java84 private int voiceNetworkType; field in class:InCallFragment
159 voiceNetworkType = TelephonyManager.NETWORK_TYPE_UNKNOWN;
162 voiceNetworkType =
316 ButtonChooserFactory.newButtonChooser(voiceNetworkType, primaryCallState.isWifi, phoneType);
439 buttonControllers, buttonChooser, voiceNetworkType, phoneType);

Completed in 50 milliseconds