Searched refs:mProfileSelector (Results 1 – 2 of 2) sorted by relevance
62 @VisibleForTesting protected ONSProfileSelector mProfileSelector; field in OpportunisticNetworkService148 mProfileSelector.startProfileSelection( in handleSimStateChange()158 mProfileSelector.getOpprotunisticSubInfo(subId), callingPackage); in hasOpportunisticSubPrivilege()250 mProfileSelector.selectProfileForData(subId, needValidation, callbackStub);277 return mProfileSelector.getPreferredDataSubscriptionId();346 if (mProfileSelector != null) { in onStartCommand()347 mProfileSelector.onSubSwitchComplete(intent); in onStartCommand()373 mProfileSelector = new ONSProfileSelector(mContext, mProfileSelectionCallback); in initialize()403 if (!mProfileSelector.hasOpprotunisticSub(availableNetworks)) { in handleCarrierAppAvailableNetworks()446 if (mProfileSelector.containStandaloneOppSubs(mONSConfigInputHashMap.get( in handleCarrierAppAvailableNetworks()[all …]
316 mOpportunisticNetworkService.mProfileSelector = mockProfileSelector; in testPriorityRuleOfActivatingAvailableNetworks()