Home
last modified time | relevance | path

Searched defs:addIdleTimer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl314 void addIdleTimer(String iface, int timeout, int type); in addIdleTimer() method
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1138 public void addIdleTimer(String iface, int timeout, final int type) { in addIdleTimer() method in NetworkManagementService