Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileSelectorTest.java67 TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelectorTest
116 this.mSubscriptionBoundTelephonyManager = in init()
117 ONSProfileSelectorTest.this.mSubscriptionBoundTelephonyManager; in init()
274 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccess()
364 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionWithDifferentPrioritySubInfo()
444 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionWithActivePrimarySimOnESim()
672 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()
709 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()
758 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnSame()
807 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnDifferent()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java89 protected TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelector
734 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()
932 mSubscriptionBoundTelephonyManager = mTelephonyManager.createForSubscriptionId( in init()
935 mNetworkScanCtlr = new ONSNetworkScanCtlr(mContext, mSubscriptionBoundTelephonyManager, in init()