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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java40 public class SapService extends ProfileService { class in inherits:ProfileService
44 private static final String TAG = "SapService";
99 public SapService() { method in class:SapService
321 synchronized (SapService.this) {
486 synchronized (SapService.this) {
771 * preconditions for calling the actual functionality in the SapService, and calls it.
775 private SapService mService;
777 private SapService getService() {
790 SapBinder(SapService service) {
802 SapService servic
[all...]

Completed in 47 milliseconds