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.java360 void onSubSwitchComplete(Intent intent) { in onSubSwitchComplete() method in ONSProfileSelector
372 private void onSubSwitchComplete(int subId) { in onSubSwitchComplete() method in ONSProfileSelector
943 onSubSwitchComplete((int) msg.obj); in init()
DOpportunisticNetworkService.java361 mProfileSelector.onSubSwitchComplete(intent); in onStartCommand()