Loading apex/statsd/service/java/com/android/server/stats/StatsCompanionService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1179,7 +1179,7 @@ public class StatsCompanionService extends IStatsCompanionService.Stub { long token = Binder.clearCallingIdentity(); synchronized (this) { if (mTelephony == null) { mTelephony = TelephonyManager.from(mContext); mTelephony = mContext.getSystemService(TelephonyManager.class); } } if (mTelephony != null) { Loading Loading
apex/statsd/service/java/com/android/server/stats/StatsCompanionService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1179,7 +1179,7 @@ public class StatsCompanionService extends IStatsCompanionService.Stub { long token = Binder.clearCallingIdentity(); synchronized (this) { if (mTelephony == null) { mTelephony = TelephonyManager.from(mContext); mTelephony = mContext.getSystemService(TelephonyManager.class); } } if (mTelephony != null) { Loading