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

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java105 private static final String ACTION_RESET = "com.android.server.ThorottleManager.action.RESET"; field in class:ThrottleService
156 Intent resetIntent = new Intent(ACTION_RESET, null);
340 }, new IntentFilter(ACTION_RESET));

Completed in 770 milliseconds