Searched refs:sServiceThread (Results 1 – 1 of 1) sorted by relevance
199 if (sServiceThread == null) { in getServiceThread()201 if (sServiceThread == null) { in getServiceThread()202 sServiceThread = new ServiceThread("companion-device-service-connector", in getServiceThread()204 sServiceThread.start(); in getServiceThread()208 return sServiceThread; in getServiceThread()218 private static volatile ServiceThread sServiceThread; field in CompanionServiceConnector