Searched refs:mWorker (Results 1 – 5 of 5) sorted by relevance
105 synchronized(mWorker) { in testChatActionSucceeds()109 mWorker.wait(2000); in testChatActionSucceeds()116 mWorker.getRequestsMade().size()); in testChatActionSucceeds()117 final Action request = mWorker.getRequestsMade().get(0); in testChatActionSucceeds()153 synchronized(mWorker) { in testChatActionFails()157 mWorker.wait(2000); in testChatActionFails()168 mWorker.getRequestsMade().size()); in testChatActionFails()169 final Action request = mWorker.getRequestsMade().get(0); in testChatActionFails()198 synchronized(mWorker) { in testChatActionNoMonitor()202 mWorker.wait(2000); in testChatActionNoMonitor()[all …]
139 StubBackgroundWorker mWorker; field in ActionServiceTest164 mWorker = new StubBackgroundWorker(); in setUp()168 .withBackgroundWorkerForActionService(mWorker) in setUp()
33 private final Thread mWorker; field in SingleThreadNamedTaskExecutor38 mWorker = threadFactory.newThread(new Worker()); in SingleThreadNamedTaskExecutor()39 mWorker.start(); in SingleThreadNamedTaskExecutor()43 if (DBG) Log.d(TAG, "Cancelling " + mQueue.size() + " tasks: " + mWorker.getName()); in cancelPendingTasks()52 mWorker.interrupt(); in close()
42 private final Handler mWorker; field in PackageInstallerCompatVL48 mWorker = new Handler(LauncherModel.getWorkerLooper()); in PackageInstallerCompatVL()50 mInstaller.registerSessionCallback(mCallback, mWorker); in PackageInstallerCompatVL()
54 private BackgroundWorker mWorker; field in FakeDataModel77 return mWorker; in getBackgroundWorkerForActionService()81 mWorker = worker; in withBackgroundWorkerForActionService()