Searched refs:mCoroutineScope (Results 1 – 2 of 2) sorted by relevance
58 private final CoroutineScope mCoroutineScope; field in InternetAdapter71 mCoroutineScope = coroutineScope; in InternetAdapter()80 return new InternetViewHolder(mHolderView, mInternetDialogController, mCoroutineScope); in onCreateViewHolder()141 final CoroutineScope mCoroutineScope; field in InternetAdapter.InternetViewHolder150 mCoroutineScope = coroutineScope; in InternetViewHolder()194 mJob = WifiUtils.checkWepAllowed(mContext, mCoroutineScope, wifiEntry.getSsid(), in onWifiClick()
168 private final CoroutineScope mCoroutineScope; field in InternetDialogDelegate213 mCoroutineScope = coroutineScope; in InternetDialogDelegate()418 mDialog.getContext(), mCoroutineScope, TYPE_IS_WIFI, isAllowClick -> { in handleWifiToggleClicked()