Home
last modified time | relevance | path

Searched defs:__constructor__ (Results 1 – 25 of 74) sorted by relevance

123

/external/robolectric/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
DShadowImplementationWithIncorrectVisibility.java10 public void __constructor__(int i0) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
14 protected void __constructor__(int i0, int i1) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
18 void __constructor__(int i0, int i1, int i2) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
22 private void __constructor__(int i0, int i1, int i2, int i3) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
DShadowWithImplementationlessShadowMethods.java8 public void __constructor__() {} in __constructor__() method in ShadowWithImplementationlessShadowMethods
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPausedChoreographer.java42 protected void __constructor__(Looper looper) { in __constructor__() method in ShadowPausedChoreographer
48 protected void __constructor__(Looper looper, int vsyncSource) { in __constructor__() method in ShadowPausedChoreographer
54 protected void __constructor__(Looper looper, int vsyncSource, long layerHandle) { in __constructor__() method in ShadowPausedChoreographer
DShadowContentProviderResult.java15 protected void __constructor__(Uri uri) in __constructor__() method in ShadowContentProviderResult
24 protected void __constructor__(int count) in __constructor__() method in ShadowContentProviderResult
DShadowChoreographer.java195 void __constructor__(Looper looper); in __constructor__() method
198 void __constructor__(Looper looper, int vsyncSource, long layerHandle); in __constructor__() method
201 void __constructor__(Looper looper, int vsyncSource); in __constructor__() method
DShadowRoleManager.java47 protected void __constructor__(Context context) { in __constructor__() method in ShadowRoleManager
53 protected void __constructor__(Context context, IRoleManager service) { in __constructor__() method in ShadowRoleManager
DShadowScaleGestureDetector.java24 protected void __constructor__( in __constructor__() method in ShadowScaleGestureDetector
78 void __constructor__(Context context, ScaleGestureDetector.OnScaleGestureListener listener); in __constructor__() method
DShadowAlwaysOnHotwordDetector.java48 protected void __constructor__( in __constructor__() method in ShadowAlwaysOnHotwordDetector
68 protected void __constructor__( in __constructor__() method in ShadowAlwaysOnHotwordDetector
86 protected void __constructor__( in __constructor__() method in ShadowAlwaysOnHotwordDetector
112 protected void __constructor__( in __constructor__() method in ShadowAlwaysOnHotwordDetector
DShadowImeTracingClientImpl.java18 protected void __constructor__() {} in __constructor__() method in ShadowImeTracingClientImpl
DShadowMediaSession.java14 protected void __constructor__(Context context, String tag) {} in __constructor__() method in ShadowMediaSession
DShadowCameraDeviceImpl.java47 protected void __constructor__( in __constructor__() method in ShadowCameraDeviceImpl
161 void __constructor__( in __constructor__() method
DShadowNativeRegion.java35 protected void __constructor__(long ni) { in __constructor__() method in ShadowNativeRegion
41 protected void __constructor__(int left, int top, int right, int bottom) { in __constructor__() method in ShadowNativeRegion
53 protected void __constructor__(Rect rect) { in __constructor__() method in ShadowNativeRegion
DShadowZoomButtonsController.java14 protected void __constructor__(View ownerView) {} in __constructor__() method in ShadowZoomButtonsController
DShadowTouchDelegate.java20 protected void __constructor__(Rect bounds, View delegateView) { in __constructor__() method in ShadowTouchDelegate
DShadowLegacyAsyncTaskLoader.java23 protected void __constructor__(Context context) { in __constructor__() method in ShadowLegacyAsyncTaskLoader
DShadowPicture.java24 protected void __constructor__(Picture src) { in __constructor__() method in ShadowPicture
DShadowPathMeasure.java16 protected void __constructor__(Path path, boolean forceClosed) { in __constructor__() method in ShadowPathMeasure
DShadowCountDownTimer.java19 protected void __constructor__(long millisInFuture, long countDownInterval) { in __constructor__() method in ShadowCountDownTimer
DShadowFileObserver.java101 protected void __constructor__(String path, int mask) { in __constructor__() method in ShadowFileObserver
107 protected void __constructor__(List<File> files, int mask) { in __constructor__() method in ShadowFileObserver
DShadowDatePickerDialog.java25 protected void __constructor__( in __constructor__() method in ShadowDatePickerDialog
/external/robolectric/sandbox/src/test/java/org/robolectric/
DShadowConstructorTest.java74 protected void __constructor__(int a) { in __constructor__() method in ShadowConstructorTest.ShadowFoo
91 protected void __constructor__(int b) { in __constructor__() method in ShadowConstructorTest.ShadowBar
102 protected static void __constructor__(int a) {} in __constructor__() method in ShadowConstructorTest.ShadowFooWithStaticConstructor
DRobolectricInternalsTest.java150 protected void __constructor__() { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
155 protected void __constructor__(String param) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
160 protected void __constructor__(String param1, Byte param2) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
166 protected void __constructor__(String param1, Byte param2, Long param3) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
DShadowingTest.java119 protected void __constructor__() { in __constructor__() method in ShadowingTest.ShadowForClassWithNoDefaultConstructor
189 protected void __constructor__(String s) { in __constructor__() method in ShadowingTest.ShadowOfClassWithSomeConstructors
/external/robolectric/sandbox/src/test/java/org/robolectric/testing/
DShadowFooParent.java14 protected void __constructor__(String name) { in __constructor__() method in ShadowFooParent
DShadowFoo.java16 protected void __constructor__(String name) { in __constructor__() method in ShadowFoo

123