Searched refs:AvrcpTargetService (Results 1 – 6 of 6) sorted by relevance
57 public class AvrcpTargetService extends ProfileService { class58 private static final String TAG = AvrcpTargetService.class.getSimpleName();99 private static AvrcpTargetService sInstance = null;101 public AvrcpTargetService(Context ctx) { in AvrcpTargetService() method in AvrcpTargetService166 public static void set(AvrcpTargetService instance) { in set()175 public static AvrcpTargetService get() { in get()215 mNativeInterface.init(AvrcpTargetService.this); in start()595 private AvrcpTargetService mService;597 AvrcpTargetBinder(AvrcpTargetService service) { in AvrcpTargetBinder()
47 private AvrcpTargetService mAvrcpService;75 void init(AvrcpTargetService service) { in init()
20 import com.android.bluetooth.avrcp.AvrcpTargetService;69 public AvrcpTargetService getAvrcpTargetService() { in getAvrcpTargetService()70 return AvrcpTargetService.get(); in getAvrcpTargetService()
28 import com.android.bluetooth.avrcp.AvrcpTargetService;97 new ProfileConfig(AvrcpTargetService.isEnabled(), BluetoothProfile.AVRCP),142 new ProfileConfig(AvrcpTargetService.isEnabled(), BluetoothProfile.AVRCP),
118 import com.android.bluetooth.avrcp.AvrcpTargetService;1511 Map.entry(BluetoothProfile.AVRCP, AvrcpTargetService::new),
24 import com.android.bluetooth.avrcp.AvrcpTargetService;31 private final AvrcpTargetService mService;41 public PlayerSettingsManager(MediaPlayerList mediaPlayerList, AvrcpTargetService service) { in PlayerSettingsManager()