Loading src/com/android/server/telecom/components/UserCallIntentProcessor.java +2 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,8 @@ public class UserCallIntentProcessor { } } if (!canCallNonEmergency && !TelephonyUtil.shouldProcessAsEmergency(mContext, handle)) { if (!isSelfManaged && !canCallNonEmergency && !TelephonyUtil.shouldProcessAsEmergency(mContext, handle)) { showErrorDialogForRestrictedOutgoingCall(mContext, R.string.outgoing_call_not_allowed_no_permission); Log.w(this, "Rejecting non-emergency phone call because " Loading tests/src/com/android/server/telecom/tests/TelecomServiceImplTest.java +398 −5 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
src/com/android/server/telecom/components/UserCallIntentProcessor.java +2 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,8 @@ public class UserCallIntentProcessor { } } if (!canCallNonEmergency && !TelephonyUtil.shouldProcessAsEmergency(mContext, handle)) { if (!isSelfManaged && !canCallNonEmergency && !TelephonyUtil.shouldProcessAsEmergency(mContext, handle)) { showErrorDialogForRestrictedOutgoingCall(mContext, R.string.outgoing_call_not_allowed_no_permission); Log.w(this, "Rejecting non-emergency phone call because " Loading
tests/src/com/android/server/telecom/tests/TelecomServiceImplTest.java +398 −5 File changed.Preview size limit exceeded, changes collapsed. Show changes