@return True if currently on the SeedQueueThread.
()
| 414 | * @return True if currently on the {@link SeedQueueThread}. |
| 415 | */ |
| 416 | public static boolean inQueue() { |
| 417 | return Thread.currentThread() instanceof SeedQueueThread; |
| 418 | } |
| 419 | |
| 420 | /** |
| 421 | * @return True if currently on the Wall Screen. |
no outgoing calls
no test coverage detected