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

/frameworks/base/services/core/java/com/android/server/
H A DNetworkTimeUpdateService.java66 private static final String ACTION_POLL = field in class:NetworkTimeUpdateService
106 Intent pollIntent = new Intent(ACTION_POLL, null);
152 }, new IntentFilter(ACTION_POLL));

Completed in 343 milliseconds