Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/
DViewStubTest.java40 final View stub = activity.findViewById(R.id.viewStub); in testStubbed() local
49 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); in testInflated() local
60 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedId() local
73 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedLayoutParams() local
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp45 Stub* stub = NULL; in create() local
94 Stub* stub = prototype->clone(); in create() local
/frameworks/base/tests/Internal/src/stub/
DDummyWallpaperService.java17 package stub; package
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/
DTinyFrameworkClassClassWideAnnotations.java27 public int stub = 1; field in TinyFrameworkClassClassWideAnnotations
DTinyFrameworkClassAnnotations.java37 public int stub = 1; field in TinyFrameworkClassAnnotations
DTinyFrameworkForTextPolicy.java25 public int stub = 1; field in TinyFrameworkForTextPolicy
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServicesSmsFilterTest.java196 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt219 val stub = notificationShadeWindowView.requireViewById<ViewStub>(R.id.qs_header_stub) in <lambda>() constant
DNotificationPanelViewController.java1061 ViewStub stub = mView.findViewById(R.id.keyguard_qs_user_switch_stub); in onFinishInflate() local
1064 ViewStub stub = mView.findViewById(R.id.keyguard_user_switcher_stub); in onFinishInflate() local
1407 ViewStub stub = new ViewStub(mView.getContext(), layoutId); in reInflateStub() local
1414 ViewStub stub = mView.findViewById(stubId); in reInflateStub() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/permission/
DBaseMediaProjectionPermissionDialogDelegate.kt161 val stub = dialog.requireViewById<View>(R.id.options_stub) as ViewStub in <lambda>() constant
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp328 Stub* stub = getStubFactory()->create(*frag_ref, in scanErrata() local
406 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/base/core/java/android/service/quicksettings/
DTile.java93 public void setService(IQSService service, IBinder stub) { in setService()
/frameworks/base/media/java/android/media/tv/ad/
DTvAdService.java961 ITvAdSession stub = in handleMessage() local
975 ITvAdSession stub = (ITvAdSession) args.arg2; in handleMessage() local
/frameworks/base/core/java/android/view/
DViewStub.java349 void onInflate(ViewStub stub, View inflated); in onInflate()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java341 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults()
/frameworks/base/media/java/android/media/
DMediaRouter2.java1028 MediaRouter2Stub stub; in requestCreateController() local
2085 MediaRouter2Stub stub; in tryTransferWithinProvider() local
3633 MediaRouter2Stub stub; in setSessionVolume() local
3669 MediaRouter2Stub stub; in selectRoute() local
3684 MediaRouter2Stub stub; in deselectRoute() local
3738 MediaRouter2Stub stub = new MediaRouter2Stub(); in registerRouterStubIfNeededLocked() local
/frameworks/base/media/java/android/media/tv/
DTvInputService.java2929 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService.this, in handleMessage() local
2971 ITvInputSession stub = (ITvInputSession) args.arg2; in handleMessage() local
3002 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService.this, in handleMessage() local
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp245 EGLSurface stub = EGL_NO_SURFACE; in create() local
334 EGLConfig config, EGLContext ctxt, EGLSurface stub, in GLESRenderEngine()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp859 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp575 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/base/media/java/android/media/tv/interactive/
DTvInteractiveAppService.java2415 ITvInteractiveAppSession stub = new ITvInteractiveAppSessionWrapper( in handleMessage() local
2429 ITvInteractiveAppSession stub = (ITvInteractiveAppSession) args.arg2; in handleMessage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegate.java507 ViewStub stub = mDialogView.findViewById(R.id.secondary_mobile_network_stub); in setMobileDataLayout() local
/frameworks/base/media/java/android/media/session/
DMediaSession.java1534 public final ResultReceiver stub; field in MediaSession.Command
1536 Command(String command, Bundle extras, ResultReceiver stub) { in Command()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java212 VoiceInteractionManagerService.VoiceInteractionManagerServiceStub stub, in VoiceInteractionManagerServiceImpl()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp776 Stub* stub = getStubFactory()->create( in relaxRelocation() local

12