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.java102 private ONSProfileSelectionCallback mProfileSelectionCallback; field in ONSProfileSelector
190 mProfileSelectionCallback.onProfileSelectionDone();
453 mProfileSelectionCallback.onProfileSelectionDone(); in onSubSwitchComplete()
589 mProfileSelectionCallback.onProfileSelectionDone(); in checkProfileUpdate()
930 mProfileSelectionCallback = profileSelectionCallback; in init()
DOpportunisticNetworkService.java108 private ONSProfileSelector.ONSProfileSelectionCallback mProfileSelectionCallback = field in OpportunisticNetworkService
497 mProfileSelector = new ONSProfileSelector(mContext, mProfileSelectionCallback); in initialize()