Searched refs:mSubscriptionBoundTelephonyManager (Results 1 – 2 of 2) sorted by relevance
54 TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelectorTest97 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()
87 protected TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelector693 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()898 mSubscriptionBoundTelephonyManager = mTelephonyManager.createForSubscriptionId( in init()902 mNetworkScanCtlr = new ONSNetworkScanCtlr(mContext, mSubscriptionBoundTelephonyManager, in init()