Searched refs:addIdleTimer (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2127 mNetd.addIdleTimer(iface, timeout, Integer.toString(type));
H A DNetworkManagementService.java1076 public void addIdleTimer(String iface, int timeout, String label) { method in class:NetworkManagementService
/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl334 * same for all calls to addIdleTimer.
336 * Every {@code addIdleTimer} should be paired with a
339 void addIdleTimer(String iface, int timeout, String label);

Completed in 171 milliseconds