HomeSort by relevance Sort by last modified time
    Searched refs:OtaDexoptService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptShellCommand.java 29 OtaDexoptShellCommand(OtaDexoptService service) {
OtaDexoptService.java 51 public class OtaDexoptService extends IOtaDexopt.Stub {
94 public OtaDexoptService(Context context, PackageManagerService packageManagerService) {
99 public static OtaDexoptService main(Context context,
101 OtaDexoptService ota = new OtaDexoptService(context, packageManagerService);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 99 import com.android.server.pm.OtaDexoptService;
646 OtaDexoptService.main(mSystemContext, mPackageManagerService);
648 reportWtf("starting OtaDexOptService", e);
    [all...]

Completed in 183 milliseconds