Loading telephony/java/com/android/internal/telephony/RIL.java +1 −0 Original line number Diff line number Diff line Loading @@ -610,6 +610,7 @@ public class RIL extends BaseCommands implements CommandsInterface { } mCdmaSubscription = cdmaSubscription; mPreferredNetworkType = preferredNetworkType; mSetPreferredNetworkType = preferredNetworkType; mPhoneType = RILConstants.NO_PHONE; PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE); Loading Loading
telephony/java/com/android/internal/telephony/RIL.java +1 −0 Original line number Diff line number Diff line Loading @@ -610,6 +610,7 @@ public class RIL extends BaseCommands implements CommandsInterface { } mCdmaSubscription = cdmaSubscription; mPreferredNetworkType = preferredNetworkType; mSetPreferredNetworkType = preferredNetworkType; mPhoneType = RILConstants.NO_PHONE; PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE); Loading