Home
last modified time | relevance | path

Searched defs:newInstance (Results 1 – 13 of 13) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DParcelTest.java38 T newInstance = parcelAndUnparcel(cls, obj); in assertParcelsCorrectly() local
56 T newInstance = parcel.readParcelable(ParcelTest.class.getClassLoader()); in parcelAndUnparcel() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java62 public static AllocationInfo newInstance(Allocation allocation) { in newInstance() method in AllocationInfo
89 public static AllocationInfo newInstance(Size size, int format, int usage) { in newInstance() method in AllocationInfo
127 public static AllocationInfo newInstance(Size size, int format) { in newInstance() method in AllocationInfo
145 public static AllocationInfo newInstance(Element element, Size size) { in newInstance() method in AllocationInfo
164 public static AllocationInfo newInstance(Element element, Size size, int usage) { in newInstance() method in AllocationInfo
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
DRobustnessResultDialog.java32 public static RobustnessResultDialog newInstance(ResultObject resultObject) { in newInstance() method in RobustnessResultDialog
DAccuracyResultDialog.java32 public static AccuracyResultDialog newInstance(ResultObject resultObject) { in newInstance() method in AccuracyResultDialog
DComplexMovementResultDialog.java32 public static ComplexMovementResultDialog newInstance(ResultObject resultObject) { in newInstance() method in ComplexMovementResultDialog
DLap2Dialog.java33 public static Lap2Dialog newInstance() { in newInstance() method in Lap2Dialog
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DPhaseStartFragment.java42 public static PhaseStartFragment newInstance(TestActivity.CTSTest phase) { in newInstance() method in PhaseStartFragment
DComplexMovementFragment.java65 public static ComplexMovementFragment newInstance() { in newInstance() method in ComplexMovementFragment
DRobustnessFragment.java66 public static RobustnessFragment newInstance() { in newInstance() method in RobustnessFragment
DAccuracyFragment.java76 public static AccuracyFragment newInstance() { in newInstance() method in AccuracyFragment
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DLockScreenInspector.java40 static LockScreenInspector newInstance(ITestDevice device) { in newInstance() method in LockScreenInspector
/cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
DUriHelper.java56 UriHelper newInstance(Uri uri) { in newInstance() method in UriHelper.Factory
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DField.java36 static Field newInstance(int pos, String name, int fieldType) { in newInstance() method in Field