Loading src/java/com/android/internal/telephony/RIL.java +2 −0 Original line number Diff line number Diff line Loading @@ -5082,6 +5082,7 @@ public class RIL extends BaseCommands implements CommandsInterface { /** * {@inheritDoc} */ @Override public void setCellularIdentifierTransparencyEnabled(boolean enable, Message result) { RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class); if (!canMakeRequest( Loading Loading @@ -5109,6 +5110,7 @@ public class RIL extends BaseCommands implements CommandsInterface { /** * {@inheritDoc} */ @Override public void isCellularIdentifierTransparencyEnabled(Message result) { RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class); if (!canMakeRequest( Loading Loading
src/java/com/android/internal/telephony/RIL.java +2 −0 Original line number Diff line number Diff line Loading @@ -5082,6 +5082,7 @@ public class RIL extends BaseCommands implements CommandsInterface { /** * {@inheritDoc} */ @Override public void setCellularIdentifierTransparencyEnabled(boolean enable, Message result) { RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class); if (!canMakeRequest( Loading Loading @@ -5109,6 +5110,7 @@ public class RIL extends BaseCommands implements CommandsInterface { /** * {@inheritDoc} */ @Override public void isCellularIdentifierTransparencyEnabled(Message result) { RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class); if (!canMakeRequest( Loading