Loading media/java/android/media/AudioService.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -85,8 +85,7 @@ public class AudioService extends IAudioService.Stub { private static final String TAG = "AudioService"; private static final String TAG = "AudioService"; /** Debug remote control client/display feature */ /** Debug remote control client/display feature */ // TODO set to false before release protected static final boolean DEBUG_RC = false; protected static final boolean DEBUG_RC = true; /** How long to delay before persisting a change in volume/ringer mode. */ /** How long to delay before persisting a change in volume/ringer mode. */ private static final int PERSIST_DELAY = 3000; private static final int PERSIST_DELAY = 3000; Loading Loading
media/java/android/media/AudioService.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -85,8 +85,7 @@ public class AudioService extends IAudioService.Stub { private static final String TAG = "AudioService"; private static final String TAG = "AudioService"; /** Debug remote control client/display feature */ /** Debug remote control client/display feature */ // TODO set to false before release protected static final boolean DEBUG_RC = false; protected static final boolean DEBUG_RC = true; /** How long to delay before persisting a change in volume/ringer mode. */ /** How long to delay before persisting a change in volume/ringer mode. */ private static final int PERSIST_DELAY = 3000; private static final int PERSIST_DELAY = 3000; Loading