OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTetheringStarted
(Results
1 - 5
of
5
) sorted by null
/system/netd/
TetherController.h
43
bool
isTetheringStarted
();
TetherController.cpp
186
bool TetherController::
isTetheringStarted
() {
CommandListener.cpp
491
(sTetherCtrl->
isTetheringStarted
() ? "started" : "stopped"));
[
all
...]
/frameworks/base/core/java/android/os/
INetworkManagementService.aidl
140
boolean
isTetheringStarted
();
/frameworks/base/services/java/com/android/server/
NetworkManagementService.java
738
public boolean
isTetheringStarted
() throws IllegalStateException {
[
all
...]
Completed in 28 milliseconds