Searched refs:MiscService (Results 1 – 2 of 2) sorted by relevance
230 bindService(new Intent(this, MiscService.class), in onResume()502 socket.connect(new LocalSocketAddress(MiscService.SOCKET_NAME)); in localSocketLoop()
32 public class MiscService extends Service { class