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.java59 TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelectorTest
108 this.mSubscriptionBoundTelephonyManager = in init()
109 ONSProfileSelectorTest.this.mSubscriptionBoundTelephonyManager; in init()
242 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccess()
329 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionWithDifferentPrioritySubInfo()
605 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()
642 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()
691 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnSame()
740 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnDifferent()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java87 protected TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelector
695 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()
909 mSubscriptionBoundTelephonyManager = mTelephonyManager.createForSubscriptionId( in init()
913 mNetworkScanCtlr = new ONSNetworkScanCtlr(mContext, mSubscriptionBoundTelephonyManager, in init()