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.java83 private Thread mTestingThread = null; field in CaptivePortalLoginActivity
152 if (mTestingThread != null) { in onDestroy()
153 mTestingThread.interrupt(); in onDestroy()
230 mTestingThread = new Thread(new Runnable() { in testForCaptivePortal()
262 mTestingThread.start(); in testForCaptivePortal()