Searched refs:isShutdown (Results 1 – 2 of 2) sorted by relevance
223 Log.d(LOG_TAG, "Executor service status: shutdown: " + mExecutorService.isShutdown() in tryExecute()319 if (mExecutorService.isShutdown()) { in updateMediaScanner()
63 public boolean isShutdown() { in isShutdown() method in MainThreadExecutor