Searched refs:assertBackgroundThread (Results 1 – 2 of 2) sorted by relevance
263 assertBackgroundThread("Cannot enqueueSync on main thread!"); in enqueueSync()297 assertBackgroundThread("Cannot enqueueUniquePeriodicWorkSync on main thread!"); in enqueueUniquePeriodicWorkSync()330 assertBackgroundThread("Cannot cancelWorkByIdSync on main thread!"); in cancelWorkByIdSync()343 assertBackgroundThread("Cannot cancelAllWorkByTagSync on main thread!"); in cancelAllWorkByTagSync()356 assertBackgroundThread("Cannot cancelAllWorkByNameBlocking on main thread!"); in cancelUniqueWorkSync()368 assertBackgroundThread("Cannot cancelAllWorkSync on main thread!"); in cancelAllWorkSync()390 assertBackgroundThread("Cannot pruneWork on main thread!"); in pruneWorkSync()415 assertBackgroundThread("Cannot call getStatusByIdSync on main thread!");435 assertBackgroundThread("Cannot call getStatusesByTagSync on main thread!");451 assertBackgroundThread("Cannot call getStatusesByNameBlocking on main thread!");[all …]
84 assertBackgroundThread(); in setup()91 assertBackgroundThread(); in setup()98 assertBackgroundThread(); in setup()104 assertBackgroundThread(); in setup()179 private void assertBackgroundThread() { in assertBackgroundThread() method in ThreadUtilTest