Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/robolectric/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
H A 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
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowGLSurfaceView.java28 protected void __constructor__(Context context) { in __constructor__() method in ShadowGLSurfaceView
34 protected void __constructor__(Context context, AttributeSet attrs) { in __constructor__() method in ShadowGLSurfaceView
69 void __constructor__(Context context); in __constructor__() method
72 void __constructor__(Context context, AttributeSet attrs); in __constructor__() method
H A DShadowCameraDeviceImpl.java44 protected void __constructor__( in __constructor__() method in ShadowCameraDeviceImpl
81 protected void __constructor__( in __constructor__() method in ShadowCameraDeviceImpl
198 void __constructor__( in __constructor__() method
210 void __constructor__( in __constructor__() method
H A DShadowPausedChoreographer.java50 protected void __constructor__(Looper looper) { in __constructor__() method in ShadowPausedChoreographer
56 protected void __constructor__(Looper looper, int vsyncSource) { in __constructor__() method in ShadowPausedChoreographer
62 protected void __constructor__(Looper looper, int vsyncSource, long layerHandle) { in __constructor__() method in ShadowPausedChoreographer
H A 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
H A DShadowChoreographer.java249 void __constructor__(Looper looper); in __constructor__() method
252 void __constructor__(Looper looper, int vsyncSource, long layerHandle); in __constructor__() method
255 void __constructor__(Looper looper, int vsyncSource); in __constructor__() method
H A 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
H A DShadowContentProviderResult.java15 protected void __constructor__(Uri uri) in __constructor__() method in ShadowContentProviderResult
26 protected void __constructor__(int count) in __constructor__() method in ShadowContentProviderResult
H A DShadowLegacyTypeface.java53 protected void __constructor__(long fontId) { in __constructor__() method in ShadowLegacyTypeface
58 protected void __constructor__(long fontId, String familyName) { in __constructor__() method in ShadowLegacyTypeface
64 protected void __constructor__(long fontId, String familyName, Typeface derivedFrom) { in __constructor__() method in ShadowLegacyTypeface
H A 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
H A DShadowScaleGestureDetector.java24 protected void __constructor__( in __constructor__() method in ShadowScaleGestureDetector
78 void __constructor__(Context context, ScaleGestureDetector.OnScaleGestureListener listener); in __constructor__() method
H A 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
H A DShadowVirtualDeviceManager.java59 protected void __constructor__(IVirtualDeviceManager service, Context context) { in __constructor__() method in ShadowVirtualDeviceManager
143 protected void __constructor__( in __constructor__() method in ShadowVirtualDevice
H A DShadowResources.java217 protected void __constructor__() {} in __constructor__() method in ShadowResources.ShadowNotFoundException
220 protected void __constructor__(String name) { in __constructor__() method in ShadowResources.ShadowNotFoundException
H A DShadowPausedMessageQueue.java53 protected void __constructor__(boolean quitAllowed) { in __constructor__() method in ShadowPausedMessageQueue
438 void __constructor__(boolean quitAllowed); in __constructor__() method
H A DShadowNativeFont.java129 protected void __constructor__(AssetManager am, String path, boolean isAsset, int cookie) { in __constructor__() method in ShadowNativeFont.ShadowNativeFontBuilder
144 protected void __constructor__(Resources res, int resId) { in __constructor__() method in ShadowNativeFont.ShadowNativeFontBuilder
H A DShadowView.java164 protected void __constructor__( in __constructor__() method in ShadowView
895 void __constructor__(Context context, AttributeSet attributeSet, int defStyle); in __constructor__() method
898 void __constructor__( in __constructor__() method
H A DShadowMediaPlayer.java551 protected void __constructor__() { in __constructor__() method in ShadowMediaPlayer
558 protected void __constructor__(@NonNull Context context, int sessionId) { in __constructor__() method in ShadowMediaPlayer
/aosp_15_r20/external/robolectric/sandbox/src/test/java/org/robolectric/
H A 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
H A 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
H A DShadowingTest.java119 protected void __constructor__() { in __constructor__() method in ShadowingTest.ShadowForClassWithNoDefaultConstructor
187 protected void __constructor__(String s) {} in __constructor__() method in ShadowingTest.ShadowOfClassWithSomeConstructors
H A DShadowWranglerIntegrationTest.java291 protected void __constructor__(String s) {} in __constructor__() method in ShadowWranglerIntegrationTest.WithEquals
309 protected void __constructor__(String s) {} in __constructor__() method in ShadowWranglerIntegrationTest.WithToString
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/robotests/common/src/com/android/wallpaper/testing/
DShadowWallpaperInfo.kt34 fun __constructor__(context: Context, resolveInfo: ResolveInfo) { in __constructor__() method in com.android.wallpaper.testing.ShadowWallpaperInfo
/aosp_15_r20/packages/apps/TV/tests/robotests/src/com/android/tv/
DShadowTvView.java42 public void __constructor__(Context context) { in __constructor__() method in ShadowTvView
46 public void __constructor__(Context context, AttributeSet attrs) { in __constructor__() method in ShadowTvView
/aosp_15_r20/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
H A DShadowDefaultRequestDirector.java58 protected void __constructor__( in __constructor__() method in ShadowDefaultRequestDirector
108 protected void __constructor__( in __constructor__() method in ShadowDefaultRequestDirector

1234