Searched defs:AvrcpTargetService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
H A DAvrcpTargetService.java45 public class AvrcpTargetService extends ProfileService { class in inherits:ProfileService
62 private static AvrcpTargetService sInstance = null;
102 * Get the AvrcpTargetService instance. Returns null if the service hasn't been initialized.
104 public static AvrcpTargetService get() {
165 mNativeInterface.init(AvrcpTargetService.this);
338 sb.append("\nProfile: AvrcpTargetService:\n");
340 sb.append("AvrcpTargetService not running");
359 private AvrcpTargetService mService;
361 AvrcpTargetBinder(AvrcpTargetService service) {

Completed in 10 milliseconds