Searched defs:ThrottleService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java72 public class ThrottleService extends IThrottleManager.Stub { class in inherits:IThrottleManager.Stub
76 private static final String TAG = "ThrottleService";
138 public ThrottleService(Context context) { method in class:ThrottleService
143 public ThrottleService(Context context, INetworkManagementService nmService, TrustedTime time, method in class:ThrottleService
145 if (VDBG) Slog.v(TAG, "Starting ThrottleService");
244 "ThrottleService");
421 mRecorder = new DataRecorder(mContext, ThrottleService.this);
803 ThrottleService mParent;
809 DataRecorder(Context context, ThrottleService parent) {
1137 pw.println("Permission Denial: can't dump ThrottleService "
[all...]

Completed in 155 milliseconds