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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java48 public class MapClientService extends ProfileService { class in inherits:ProfileService
49 private static final String TAG = "MapClientService";
61 private static MapClientService sMapClientService;
64 public static synchronized MapClientService getMapClientService() {
76 private static synchronized void setMapClientService(MapClientService instance) {
362 * preconditions for calling the actual functionality in the MapClientService, and calls it.
365 private MapClientService mService;
367 Binder(MapClientService service) {
374 private MapClientService getService() {
398 MapClientService servic
[all...]

Completed in 184 milliseconds