Home
last modified time | relevance | path

Searched defs:InstrumentationInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DInstrumentationInfo.java28 public class InstrumentationInfo extends PackageItemInfo implements Parcelable { class
124 public InstrumentationInfo() { in InstrumentationInfo() method in InstrumentationInfo
127 public InstrumentationInfo(InstrumentationInfo orig) { in InstrumentationInfo() method in InstrumentationInfo
190 private InstrumentationInfo(Parcel source) { in InstrumentationInfo() method in InstrumentationInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/
DAndroidPackageParsingTestBase.kt294 protected fun InstrumentationInfo.dumpToString() = """ in <lambda>() method