Searched refs:mIsTetheringStarted (Results 1 – 2 of 2) sorted by relevance
234 mIsTetheringStarted = true; in startTethering()238 if (mIsTetheringStarted) { in startTethering()336 mIsTetheringStarted = true; in startTethering()367 if (!mIsTetheringStarted) { in stopTethering()372 mIsTetheringStarted = false; in stopTethering()391 return mIsTetheringStarted; in isTetheringStarted()
51 bool mIsTetheringStarted = false; variable