Searched refs:satelliteThread (Results 1 – 1 of 1) sorted by relevance
471 HandlerThread satelliteThread = new HandlerThread(TAG); in make() local472 satelliteThread.start(); in make()473 sInstance = new SatelliteController(context, satelliteThread.getLooper(), featureFlags); in make()