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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java74 final Runnable restarter; // used to schedule retries of starting the service field in class:ServiceRecord
285 Intent.FilterComparison intent, ServiceInfo sInfo, Runnable restarter) {
300 this.restarter = restarter;
283 ServiceRecord(ActivityManagerService ams, BatteryStatsImpl.Uid.Pkg.Serv servStats, ComponentName name, Intent.FilterComparison intent, ServiceInfo sInfo, Runnable restarter) argument

Completed in 55 milliseconds