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
184 mProfileSelectionCallback.onProfileSelectionDone();
390 mProfileSelectionCallback.onProfileSelectionDone(); in onSubSwitchComplete()
550 mProfileSelectionCallback.onProfileSelectionDone(); in checkProfileUpdate()
895 mProfileSelectionCallback = profileSelectionCallback; in init()
DOpportunisticNetworkService.java80 private ONSProfileSelector.ONSProfileSelectionCallback mProfileSelectionCallback = field in OpportunisticNetworkService
373 mProfileSelector = new ONSProfileSelector(mContext, mProfileSelectionCallback); in initialize()