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.java54 TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelectorTest
97 this.mSubscriptionBoundTelephonyManager = in init()
98 ONSProfileSelectorTest.this.mSubscriptionBoundTelephonyManager; in init()
215 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccess()
300 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionWithDifferentPrioritySubInfo()
569 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()
606 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()
654 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnSame()
702 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnDifferent()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java87 protected TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelector
693 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()
898 mSubscriptionBoundTelephonyManager = mTelephonyManager.createForSubscriptionId( in init()
902 mNetworkScanCtlr = new ONSNetworkScanCtlr(mContext, mSubscriptionBoundTelephonyManager, in init()