Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java422 void onSubSwitchComplete(Intent intent) { in onSubSwitchComplete() method in ONSProfileSelector
434 private void onSubSwitchComplete(int subId) { in onSubSwitchComplete() method in ONSProfileSelector
966 onSubSwitchComplete((int) msg.obj); in init()
DOpportunisticNetworkService.java447 mProfileSelector.onSubSwitchComplete(mIntent); in onStartCommand()