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.java98 private ONSProfileSelectionCallback mProfileSelectionCallback; field in ONSProfileSelector
186 mProfileSelectionCallback.onProfileSelectionDone();
391 mProfileSelectionCallback.onProfileSelectionDone(); in onSubSwitchComplete()
550 mProfileSelectionCallback.onProfileSelectionDone(); in checkProfileUpdate()
906 mProfileSelectionCallback = profileSelectionCallback; in init()
DOpportunisticNetworkService.java91 private ONSProfileSelector.ONSProfileSelectionCallback mProfileSelectionCallback = field in OpportunisticNetworkService
387 mProfileSelector = new ONSProfileSelector(mContext, mProfileSelectionCallback); in initialize()