Searched refs:mResetSubscriptionContract (Results 1 – 2 of 2) sorted by relevance
64 @VisibleForTesting ResetSubscriptionContract mResetSubscriptionContract; field in ResetNetworkConfirm134 Integer subId = mResetSubscriptionContract.getAnyMissingSubscriptionId();185 mResetSubscriptionContract.close(); in onCreateView()207 mResetSubscriptionContract = new ResetSubscriptionContract(getContext(), in onCreate()230 if (mResetSubscriptionContract != null) { in onDestroy()231 mResetSubscriptionContract.close(); in onDestroy()232 mResetSubscriptionContract = null; in onDestroy()
78 mResetNetworkConfirm.mResetSubscriptionContract = in testResetNetworkData_notResetEsim()