OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThrottleService
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/
ThrottleServiceTest.java
52
* Tests for {@link
ThrottleService
}.
69
private
ThrottleService
mThrottleService;
80
mThrottleService = new
ThrottleService
(
240
* Persist the given {@link
ThrottleService
} policy into {@link Settings}.
250
* Clear any {@link
ThrottleService
} policy from {@link Settings}.
280
* Expect {@link
ThrottleService
#systemReady()} generated calls, such as
310
* Dispatch {@link
ThrottleService
#systemReady()} and block until finished.
326
* Dispatch {@link
ThrottleService
#dispatchPoll()} and block until finished.
340
* Dispatch {@link
ThrottleService
#dispatchReset()} and block until finished.
/frameworks/base/services/java/com/android/server/
ThrottleService.java
71
public class
ThrottleService
extends IThrottleManager.Stub {
75
private static final String TAG = "
ThrottleService
";
137
public
ThrottleService
(Context context) {
142
public
ThrottleService
(Context context, INetworkManagementService nmService, TrustedTime time,
144
if (VDBG) Slog.v(TAG, "Starting
ThrottleService
");
242
"
ThrottleService
");
419
mRecorder = new DataRecorder(mContext,
ThrottleService
.this);
798
ThrottleService
mParent;
[
all
...]
SystemServer.java
131
ThrottleService
throttle = null;
392
throttle = new
ThrottleService
(context);
396
reportWtf("starting
ThrottleService
", e);
624
final
ThrottleService
throttleF = throttle;
[
all
...]
Completed in 38 milliseconds