Loading services/java/com/android/server/TelephonyRegistry.java +0 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub { if (!checkNotifyPermission("notifyServiceState()")){ return; } Slog.i(TAG, "notifyServiceState: " + state); synchronized (mRecords) { mServiceState = state; for (Record r : mRecords) { Loading services/java/com/android/server/pm/Installer.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import java.io.OutputStream; class Installer { private static final String TAG = "Installer"; private static final boolean LOCAL_DEBUG = true; private static final boolean LOCAL_DEBUG = false; InputStream mIn; Loading Loading
services/java/com/android/server/TelephonyRegistry.java +0 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub { if (!checkNotifyPermission("notifyServiceState()")){ return; } Slog.i(TAG, "notifyServiceState: " + state); synchronized (mRecords) { mServiceState = state; for (Record r : mRecords) { Loading
services/java/com/android/server/pm/Installer.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import java.io.OutputStream; class Installer { private static final String TAG = "Installer"; private static final boolean LOCAL_DEBUG = true; private static final boolean LOCAL_DEBUG = false; InputStream mIn; Loading