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

/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java50 public class OtaDexoptService extends IOtaDexopt.Stub { class in inherits:IOtaDexopt.Stub
92 public OtaDexoptService(Context context, PackageManagerService packageManagerService) { method in class:OtaDexoptService
100 public static OtaDexoptService main(Context context,
102 OtaDexoptService ota = new OtaDexoptService(context, packageManagerService);

Completed in 3100 milliseconds