Searched refs:syncService (Results 1 – 1 of 1) sorted by relevance
2569 AbstractSyncService syncService = mServiceMap.get(mailboxId); in isRunningInServiceThread() local2571 return syncService != null && syncService.mThread != null && in isRunningInServiceThread()2572 thisThread == syncService.mThread; in isRunningInServiceThread()