Searched refs:threadFactory (Results 1 – 7 of 7) sorted by relevance
101 fun providesPluginExecutor(threadFactory: ThreadFactory): Executor =102 threadFactory.buildExecutorOnNewThread("biometrics")
97 static Executor providesPluginExecutor(ThreadFactory threadFactory) { in providesPluginExecutor() argument98 return threadFactory.buildExecutorOnNewThread("plugin"); in providesPluginExecutor()
70 private val threadFactory: ThreadFactory,97 bgHandler = threadFactory.buildHandlerOnNewThread(TAG)98 bgExecutor = threadFactory.buildDelayableExecutorOnHandler(bgHandler)
63 public AsyncSensorManager(SensorManager sensorManager, ThreadFactory threadFactory, in AsyncSensorManager() argument66 mExecutor = threadFactory.buildExecutorOnNewThread("async_sensor"); in AsyncSensorManager()
323 ThreadFactory threadFactory, in ScreenDecorations() argument334 mThreadFactory = threadFactory; in ScreenDecorations()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
23074 HSPLcom/android/okhttp/internal/Util;->threadFactory(Ljava/lang/String;Z)Ljava/util/concurrent/Thre…