Loading android/app/jni/com_android_bluetooth_avrcp_target.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. * limitations under the License. */ */ #define LOG_TAG "NewAvrcpTargetJni" #define LOG_TAG "AvrcpTargetJni" #include <base/bind.h> #include <base/bind.h> #include <map> #include <map> Loading android/app/src/com/android/bluetooth/newavrcp/AvrcpNativeInterface.java→android/app/src/com/android/bluetooth/avrcp/AvrcpNativeInterface.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -27,7 +27,7 @@ import java.util.List; * data. * data. */ */ public class AvrcpNativeInterface { public class AvrcpNativeInterface { private static final String TAG = "NewAvrcpNativeInterface"; private static final String TAG = "AvrcpNativeInterface"; private static final boolean DEBUG = true; private static final boolean DEBUG = true; private static AvrcpNativeInterface sInstance; private static AvrcpNativeInterface sInstance; Loading android/app/src/com/android/bluetooth/newavrcp/AvrcpTargetService.java→android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -43,7 +43,7 @@ import java.util.Objects; * @hide * @hide */ */ public class AvrcpTargetService extends ProfileService { public class AvrcpTargetService extends ProfileService { private static final String TAG = "NewAvrcpTargetService"; private static final String TAG = "AvrcpTargetService"; private static final boolean DEBUG = true; private static final boolean DEBUG = true; private static final String AVRCP_ENABLE_PROPERTY = "persist.bluetooth.enablenewavrcp"; private static final String AVRCP_ENABLE_PROPERTY = "persist.bluetooth.enablenewavrcp"; Loading android/app/src/com/android/bluetooth/newavrcp/AvrcpVolumeManager.java→android/app/src/com/android/bluetooth/avrcp/AvrcpVolumeManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,7 @@ import java.util.Map; import java.util.Objects; import java.util.Objects; class AvrcpVolumeManager extends AudioDeviceCallback { class AvrcpVolumeManager extends AudioDeviceCallback { public static final String TAG = "NewAvrcpVolumeManager"; public static final String TAG = "AvrcpVolumeManager"; public static final boolean DEBUG = true; public static final boolean DEBUG = true; // All volumes are stored at system volume values, not AVRCP values // All volumes are stored at system volume values, not AVRCP values Loading android/app/src/com/android/bluetooth/newavrcp/BrowsablePlayerConnector.java→android/app/src/com/android/bluetooth/avrcp/BrowsablePlayerConnector.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ import java.util.Set; * when constructing BrowsedPlayerWrappers by hand. * when constructing BrowsedPlayerWrappers by hand. */ */ public class BrowsablePlayerConnector { public class BrowsablePlayerConnector { private static final String TAG = "NewAvrcpBrowsablePlayerConnector"; private static final String TAG = "AvrcpBrowsablePlayerConnector"; private static final boolean DEBUG = true; private static final boolean DEBUG = true; private static final long CONNECT_TIMEOUT_MS = 10000; // Time in ms to wait for a connection private static final long CONNECT_TIMEOUT_MS = 10000; // Time in ms to wait for a connection Loading Loading
android/app/jni/com_android_bluetooth_avrcp_target.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. * limitations under the License. */ */ #define LOG_TAG "NewAvrcpTargetJni" #define LOG_TAG "AvrcpTargetJni" #include <base/bind.h> #include <base/bind.h> #include <map> #include <map> Loading
android/app/src/com/android/bluetooth/newavrcp/AvrcpNativeInterface.java→android/app/src/com/android/bluetooth/avrcp/AvrcpNativeInterface.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -27,7 +27,7 @@ import java.util.List; * data. * data. */ */ public class AvrcpNativeInterface { public class AvrcpNativeInterface { private static final String TAG = "NewAvrcpNativeInterface"; private static final String TAG = "AvrcpNativeInterface"; private static final boolean DEBUG = true; private static final boolean DEBUG = true; private static AvrcpNativeInterface sInstance; private static AvrcpNativeInterface sInstance; Loading
android/app/src/com/android/bluetooth/newavrcp/AvrcpTargetService.java→android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -43,7 +43,7 @@ import java.util.Objects; * @hide * @hide */ */ public class AvrcpTargetService extends ProfileService { public class AvrcpTargetService extends ProfileService { private static final String TAG = "NewAvrcpTargetService"; private static final String TAG = "AvrcpTargetService"; private static final boolean DEBUG = true; private static final boolean DEBUG = true; private static final String AVRCP_ENABLE_PROPERTY = "persist.bluetooth.enablenewavrcp"; private static final String AVRCP_ENABLE_PROPERTY = "persist.bluetooth.enablenewavrcp"; Loading
android/app/src/com/android/bluetooth/newavrcp/AvrcpVolumeManager.java→android/app/src/com/android/bluetooth/avrcp/AvrcpVolumeManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,7 @@ import java.util.Map; import java.util.Objects; import java.util.Objects; class AvrcpVolumeManager extends AudioDeviceCallback { class AvrcpVolumeManager extends AudioDeviceCallback { public static final String TAG = "NewAvrcpVolumeManager"; public static final String TAG = "AvrcpVolumeManager"; public static final boolean DEBUG = true; public static final boolean DEBUG = true; // All volumes are stored at system volume values, not AVRCP values // All volumes are stored at system volume values, not AVRCP values Loading
android/app/src/com/android/bluetooth/newavrcp/BrowsablePlayerConnector.java→android/app/src/com/android/bluetooth/avrcp/BrowsablePlayerConnector.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ import java.util.Set; * when constructing BrowsedPlayerWrappers by hand. * when constructing BrowsedPlayerWrappers by hand. */ */ public class BrowsablePlayerConnector { public class BrowsablePlayerConnector { private static final String TAG = "NewAvrcpBrowsablePlayerConnector"; private static final String TAG = "AvrcpBrowsablePlayerConnector"; private static final boolean DEBUG = true; private static final boolean DEBUG = true; private static final long CONNECT_TIMEOUT_MS = 10000; // Time in ms to wait for a connection private static final long CONNECT_TIMEOUT_MS = 10000; // Time in ms to wait for a connection Loading