Searched refs:mProfileSelector (Results 1 – 2 of 2) sorted by relevance
80 @VisibleForTesting protected ONSProfileSelector mProfileSelector; field in OpportunisticNetworkService204 mProfileSelector.startProfileSelection( in handleSimStateChange()214 mProfileSelector.getOpprotunisticSubInfo(subId), callingPackage); in hasOpportunisticSubPrivilege()317 mProfileSelector.selectProfileForData(subId, needValidation, callbackStub);356 return mProfileSelector.getPreferredDataSubscriptionId();446 if (mProfileSelector != null) { in onStartCommand()447 mProfileSelector.onSubSwitchComplete(mIntent); in onStartCommand()497 mProfileSelector = new ONSProfileSelector(mContext, mProfileSelectionCallback); in initialize()582 if (!mProfileSelector.hasOpprotunisticSub(availableNetworks)) { in handleCarrierAppAvailableNetworks()630 if (mProfileSelector.containStandaloneOppSubs(mONSConfigInputHashMap.get( in handleCarrierAppAvailableNetworks()[all …]
362 mOpportunisticNetworkService.mProfileSelector = mockProfileSelector; in testPriorityRuleOfActivatingAvailableNetworks()