Searched refs:ACTION_POLL (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DNetworkTimeUpdateService.java69 private static final String ACTION_POLL = field in class:NetworkTimeUpdateService
98 Intent pollIntent = new Intent(ACTION_POLL, null);
132 }, new IntentFilter(ACTION_POLL));
H A DThrottleService.java102 private static final String ACTION_POLL = "com.android.server.ThrottleManager.action.POLL"; field in class:ThrottleService
154 Intent pollIntent = new Intent(ACTION_POLL, null);
332 }, new IntentFilter(ACTION_POLL));

Completed in 1443 milliseconds