Home
last modified time | relevance | path

Searched refs:isShutdown (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DVCardService.java223 Log.d(LOG_TAG, "Executor service status: shutdown: " + mExecutorService.isShutdown() in tryExecute()
319 if (mExecutorService.isShutdown()) { in updateMediaScanner()
/packages/apps/Launcher3/src/com/android/launcher3/
DMainThreadExecutor.java63 public boolean isShutdown() { in isShutdown() method in MainThreadExecutor