Searched refs:sLooper (Results 1 – 2 of 2) sorted by relevance
50 private static Looper sLooper; field in TestProcessClientTest.TestRunningOnDefaultThread57 if (sLooper == null) { in run()58 sLooper = Looper.myLooper(); in run()59 Assert.assertNotNull("The default thread should have a looper", sLooper); in run()62 "Test cases should run on the same thread", sLooper.isCurrentThread()); in run()
62 private static Looper sLooper; field in BtAdapterUtils