Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java140 private final SparseArray<DownloadRequest> mDownloadRequests = new SparseArray<>(); field in CaptivePortalLoginActivity
409 synchronized (mDownloadRequests) { in onActivityResult()
410 pendingRequest = mDownloadRequests.get(requestCode); in onActivityResult()
415 mDownloadRequests.remove(requestCode); in onActivityResult()
888 synchronized (mDownloadRequests) { in onDownloadStart()
890 mDownloadRequests.put(requestId, new DownloadRequest(url, displayName)); in onDownloadStart()