Searched refs:isOnBackgroundThread (Results 1 – 3 of 3) sorted by relevance
98 if (Util.isOnBackgroundThread()) { in get()111 if (Util.isOnBackgroundThread()) { in get()124 if (Util.isOnBackgroundThread() || Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB) { in get()145 … if (Util.isOnBackgroundThread() || Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) { in get()
123 if (!isOnBackgroundThread()) { in assertBackgroundThread()138 public static boolean isOnBackgroundThread() { in isOnBackgroundThread() method in Util
68 if (Util.isOnBackgroundThread()) { in RequestManager()