HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_POLL (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java 69 private static final String ACTION_POLL =
98 Intent pollIntent = new Intent(ACTION_POLL, null);
132 }, new IntentFilter(ACTION_POLL));
ThrottleService.java 101 private static final String ACTION_POLL = "com.android.server.ThrottleManager.action.POLL";
153 Intent pollIntent = new Intent(ACTION_POLL, null);
330 }, new IntentFilter(ACTION_POLL));
    [all...]

Completed in 23 milliseconds