Searched refs:mIsTetheringStarted (Results 1 – 2 of 2) sorted by relevance
207 mIsTetheringStarted = true; in startTethering()211 if (mIsTetheringStarted) { in startTethering()309 mIsTetheringStarted = true; in startTethering()340 if (!mIsTetheringStarted) { in stopTethering()345 mIsTetheringStarted = false; in stopTethering()364 return mIsTetheringStarted; in isTetheringStarted()
51 bool mIsTetheringStarted = false; variable