Searched refs:mProfileSelector (Results 1 – 2 of 2) sorted by relevance
83 @VisibleForTesting protected ONSProfileSelector mProfileSelector; field in OpportunisticNetworkService203 mProfileSelector.startProfileSelection( in handleSimStateChange()213 mProfileSelector.getOpportunisticSubInfo(subId), callingPackage); in hasOpportunisticSubPrivilege()317 mProfileSelector.selectProfileForData(subId, needValidation, callback);356 return mProfileSelector.getPreferredDataSubscriptionId();453 if (mProfileSelector != null) { in onStartCommand()454 mProfileSelector.onSubSwitchComplete(mIntent); in onStartCommand()504 mProfileSelector = new ONSProfileSelector(mContext, mProfileSelectionCallback); in initialize()589 if (!mProfileSelector.hasOpportunisticSub(availableNetworks)) { in handleCarrierAppAvailableNetworks()637 if (mProfileSelector.containStandaloneOppSubs(mONSConfigInputHashMap.get( in handleCarrierAppAvailableNetworks()[all …]
358 mOpportunisticNetworkService.mProfileSelector = mockProfileSelector; in testPriorityRuleOfActivatingAvailableNetworks()