Searched refs:tetheringMgr (Results 1 – 1 of 1) sorted by relevance
522 TetheringManager tetheringMgr = mTetheringMgrRef.get(); in onCallbackStarted() local523 if (tetheringMgr != null) { in onCallbackStarted()524 tetheringMgr.mTetheringConfiguration = parcel.config; in onCallbackStarted()525 tetheringMgr.mTetherStatesParcel = parcel.states; in onCallbackStarted()532 TetheringManager tetheringMgr = mTetheringMgrRef.get(); in onCallbackStopped() local533 if (tetheringMgr != null) { in onCallbackStopped()547 TetheringManager tetheringMgr = mTetheringMgrRef.get(); in onConfigurationChanged() local548 if (tetheringMgr != null) tetheringMgr.mTetheringConfiguration = config; in onConfigurationChanged()553 TetheringManager tetheringMgr = mTetheringMgrRef.get(); in onTetherStatesChanged() local554 if (tetheringMgr != null) tetheringMgr.mTetherStatesParcel = states; in onTetherStatesChanged()