Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 774a2437 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Rename NewAvrcp to Avrcp"

parents 83c316c3 ccba73c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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>
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;
+1 −1
Original line number Original line Diff line number Diff line
@@ -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";


+1 −1
Original line number Original line Diff line number Diff line
@@ -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
+1 −1
Original line number Original line Diff line number Diff line
@@ -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