Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileSelectorTest.java57 private MyONSProfileSelector mONSProfileSelector; field in ONSProfileSelectorTest
201 mONSProfileSelector = new MyONSProfileSelector(mContext, in testStartProfileSelectionWithNoOpportunisticSub()
203 mONSProfileSelector.mTelephonyManager = mMockTelephonyManager; in testStartProfileSelectionWithNoOpportunisticSub()
204 mONSProfileSelector.mEuiccManager = mMockEuiccManager; in testStartProfileSelectionWithNoOpportunisticSub()
205 mONSProfileSelector.updateOppSubs(); in testStartProfileSelectionWithNoOpportunisticSub()
206 mONSProfileSelector.startProfileSelection(availableNetworkInfos, mCallback); in testStartProfileSelectionWithNoOpportunisticSub()
276 mONSProfileSelector = new MyONSProfileSelector(mContext, in testStartProfileSelectionSuccess()
282 mONSProfileSelector.updateOppSubs(); in testStartProfileSelectionSuccess()
283 mONSProfileSelector.startProfileSelection(availableNetworkInfos, mCallback); in testStartProfileSelectionSuccess()
299 mONSProfileSelector.mNetworkAvailableCallBackCpy.onNetworkAvailability(results2); in testStartProfileSelectionSuccess()
[all …]