Home
last modified time | relevance | path

Searched refs:mTestingThread (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java84 private Thread mTestingThread = null; field in CaptivePortalLoginActivity
151 if (mTestingThread != null) { in onDestroy()
152 mTestingThread.interrupt(); in onDestroy()
232 mTestingThread = new Thread(new Runnable() { in testForCaptivePortal()
263 mTestingThread.start(); in testForCaptivePortal()