Home
last modified time | relevance | path

Searched refs:ServiceRestarter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1849 private class ServiceRestarter implements Runnable { class in ActiveServices
1958 final ServiceRestarter res = new ServiceRestarter(); in retrieveServiceLocked()
2808 if (r.restarter instanceof ServiceRestarter) { in bringDownServiceLocked()
2809 ((ServiceRestarter)r.restarter).setService(null); in bringDownServiceLocked()
/frameworks/base/services/
Dart-profile2002 Lcom/android/server/am/ActiveServices$ServiceRestarter;