Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java215 public ONSProfileSelector(Context c, ONSProfileSelectionCallback profileSelectionCallback) { in ONSProfileSelector() argument
216 init(c, profileSelectionCallback); in ONSProfileSelector()
728 protected void init(Context c, ONSProfileSelectionCallback profileSelectionCallback) { in init() argument
732 mProfileSelectionCallback = profileSelectionCallback; in init()