Searched refs:ParsedApexSystemServiceImpl (Results 1 – 4 of 4) sorted by relevance
33 public class ParsedApexSystemServiceImpl implements ParsedApexSystemService, Parcelable { class53 public ParsedApexSystemServiceImpl() { in ParsedApexSystemServiceImpl() method in ParsedApexSystemServiceImpl70 public ParsedApexSystemServiceImpl( in ParsedApexSystemServiceImpl() method in ParsedApexSystemServiceImpl113 public @NonNull ParsedApexSystemServiceImpl setName(@NonNull String value) { in setName()121 public @NonNull ParsedApexSystemServiceImpl setJarPath(@NonNull String value) { in setJarPath()127 public @NonNull ParsedApexSystemServiceImpl setMinSdkVersion(@NonNull String value) { in setMinSdkVersion()133 public @NonNull ParsedApexSystemServiceImpl setMaxSdkVersion(@NonNull String value) { in setMaxSdkVersion()139 public @NonNull ParsedApexSystemServiceImpl setInitOrder( int value) { in setInitOrder()213 protected ParsedApexSystemServiceImpl(@NonNull android.os.Parcel in) { in ParsedApexSystemServiceImpl() method in ParsedApexSystemServiceImpl236 public static final @NonNull Parcelable.Creator<ParsedApexSystemServiceImpl> CREATOR[all …]
39 final ParsedApexSystemServiceImpl systemService = in parseApexSystemService()40 new ParsedApexSystemServiceImpl(); in parseApexSystemService()
36 import com.android.internal.pm.pkg.component.ParsedApexSystemServiceImpl in <lambda>()409 transformSet = { ParsedApexSystemServiceImpl() in <lambda>()
60 import com.android.internal.pm.pkg.component.ParsedApexSystemServiceImpl;3353 ParsedApexSystemServiceImpl.CREATOR);