Loading java/com/android/dialer/speeddial/DisambigDialog.java +4 −1 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ public class DisambigDialog extends DialogFragment { PreCall.start( getContext(), new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true) .setIsVideoCall(true) .setIsDuoCall(channel.technology() == Channel.DUO)); dismiss(); Loading @@ -197,7 +198,9 @@ public class DisambigDialog extends DialogFragment { } PreCall.start( getContext(), new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL)); getContext(), new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true)); dismiss(); } Loading java/com/android/dialer/speeddial/SpeedDialFragment.java +3 −0 Original line number Diff line number Diff line Loading @@ -347,6 +347,7 @@ public class SpeedDialFragment extends Fragment { PreCall.start( activity, new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true) .setIsVideoCall(channel.isVideoTechnology()) .setIsDuoCall(channel.technology() == Channel.DUO)); } Loading Loading @@ -441,6 +442,7 @@ public class SpeedDialFragment extends Fragment { PreCall.start( getContext(), new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true) .setIsVideoCall(channel.isVideoTechnology()) .setIsDuoCall(channel.technology() == Channel.DUO)); } Loading Loading @@ -523,6 +525,7 @@ public class SpeedDialFragment extends Fragment { PreCall.start( activity, new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true) .setIsVideoCall(channel.isVideoTechnology()) .setIsDuoCall(channel.technology() == Channel.DUO)); } Loading Loading
java/com/android/dialer/speeddial/DisambigDialog.java +4 −1 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ public class DisambigDialog extends DialogFragment { PreCall.start( getContext(), new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true) .setIsVideoCall(true) .setIsDuoCall(channel.technology() == Channel.DUO)); dismiss(); Loading @@ -197,7 +198,9 @@ public class DisambigDialog extends DialogFragment { } PreCall.start( getContext(), new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL)); getContext(), new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true)); dismiss(); } Loading
java/com/android/dialer/speeddial/SpeedDialFragment.java +3 −0 Original line number Diff line number Diff line Loading @@ -347,6 +347,7 @@ public class SpeedDialFragment extends Fragment { PreCall.start( activity, new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true) .setIsVideoCall(channel.isVideoTechnology()) .setIsDuoCall(channel.technology() == Channel.DUO)); } Loading Loading @@ -441,6 +442,7 @@ public class SpeedDialFragment extends Fragment { PreCall.start( getContext(), new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true) .setIsVideoCall(channel.isVideoTechnology()) .setIsDuoCall(channel.technology() == Channel.DUO)); } Loading Loading @@ -523,6 +525,7 @@ public class SpeedDialFragment extends Fragment { PreCall.start( activity, new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) .setAllowAssistedDial(true) .setIsVideoCall(channel.isVideoTechnology()) .setIsDuoCall(channel.technology() == Channel.DUO)); } Loading