Home
last modified time | relevance | path

Searched refs:mProfileSelectionCallback (Results 1 – 2 of 2) sorted by relevance

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java106 private ONSProfileSelectionCallback mProfileSelectionCallback; field in ONSProfileSelector
194 mProfileSelectionCallback.onProfileSelectionDone();
457 mProfileSelectionCallback.onProfileSelectionDone(); in onSubSwitchComplete()
593 mProfileSelectionCallback.onProfileSelectionDone(); in checkProfileUpdate()
866 mProfileSelectionCallback = profileSelectionCallback; in init()
DOpportunisticNetworkService.java111 private ONSProfileSelector.ONSProfileSelectionCallback mProfileSelectionCallback = field in OpportunisticNetworkService
504 mProfileSelector = new ONSProfileSelector(mContext, mProfileSelectionCallback); in initialize()