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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java41 public class SapService extends ProfileService { class in inherits:ProfileService
45 private static final String TAG = "SapService";
95 private static SapService sSapService;
102 public SapService() { method in class:SapService
351 synchronized (SapService.this) {
541 synchronized (SapService.this) {
671 * Get the current instance of {@link SapService}
673 * @return current instance of {@link SapService}
676 public static synchronized SapService getSapService() {
688 private static synchronized void setSapService(SapService instanc
[all...]

Completed in 50 milliseconds