Searched refs:addIdleTimer (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl306 * Every {@code addIdleTimer} should be paired with a
309 void addIdleTimer(String iface, int timeout, int type);
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java1415 public void addIdleTimer(String iface, int timeout, final int type) { method in class:NetworkManagementService
H A DConnectivityService.java1621 mNetd.addIdleTimer(iface, timeout, type);

Completed in 2742 milliseconds