Searched refs:mSubscriptionBoundTelephonyManager (Results 1 – 2 of 2) sorted by relevance
67 TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelectorTest116 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()
89 protected TelephonyManager mSubscriptionBoundTelephonyManager; field in ONSProfileSelector734 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()932 mSubscriptionBoundTelephonyManager = mTelephonyManager.createForSubscriptionId( in init()935 mNetworkScanCtlr = new ONSNetworkScanCtlr(mContext, mSubscriptionBoundTelephonyManager, in init()