Home
last modified time | relevance | path

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

/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/base/tests/Internal/src/stub/
DDummyWallpaperService.java17 package stub; package
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp45 Stub* stub = NULL; in create() local
94 Stub* stub = prototype->clone(); in create() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServicesSmsFilterTest.java195 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DBaseScreenSharePermissionDialog.kt124 val stub = findViewById<View>(R.id.options_stub) as ViewStub in getOptionsViewLayoutId() constant
/frameworks/base/media/java/android/media/
DMediaRouter2.java404 MediaRouter2Stub stub = new MediaRouter2Stub(); in registerRouteCallback() local
525 MediaRouter2Stub stub = new MediaRouter2Stub(); in setRouteListingPreference() local
755 MediaRouter2Stub stub; in requestCreateController() local
1648 MediaRouter2Stub stub; in selectRoute() local
1702 MediaRouter2Stub stub; in deselectRoute() local
1737 MediaRouter2Stub stub; in transferToRoute() local
1777 MediaRouter2Stub stub; in setVolume() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt246 val stub = notificationShadeWindowView.requireViewById<ViewStub>(R.id.qs_header_stub) in providesShadeHeaderView() constant
DNotificationPanelViewController.java1043 ViewStub stub = mView.findViewById(R.id.keyguard_qs_user_switch_stub); in onFinishInflate() local
1046 ViewStub stub = mView.findViewById(R.id.keyguard_user_switcher_stub); in onFinishInflate() local
1343 ViewStub stub = new ViewStub(mView.getContext(), layoutId); in reInflateStub() local
1350 ViewStub stub = mView.findViewById(stubId); in reInflateStub() local
/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.java92 public void setService(IQSService service, IBinder stub) { in setService()
/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/tv/
DTvInputService.java2790 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService.this, in handleMessage() local
2832 ITvInputSession stub = (ITvInputSession) args.arg2; in handleMessage() local
2863 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService.this, in handleMessage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java734 ViewStub stub = mStatusBar.findViewById(R.id.operator_name); in initOperatorName() 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/Hexagon/
DHexagonLDBackend.cpp575 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialog.java431 ViewStub stub = mDialogView.findViewById(R.id.secondary_mobile_network_stub); in setMobileDataLayout() local
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp859 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/base/media/java/android/media/tv/interactive/
DTvInteractiveAppService.java2251 ITvInteractiveAppSession stub = new ITvInteractiveAppSessionWrapper( in handleMessage() local
2265 ITvInteractiveAppSession stub = (ITvInteractiveAppSession) args.arg2; in handleMessage() local
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp292 EGLSurface stub = EGL_NO_SURFACE; in create() local
380 EGLConfig config, EGLContext ctxt, EGLSurface stub, in GLESRenderEngine()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java201 VoiceInteractionManagerService.VoiceInteractionManagerServiceStub stub, in VoiceInteractionManagerServiceImpl()
/frameworks/base/media/java/android/media/session/
DMediaSession.java1531 public final ResultReceiver stub; field in MediaSession.Command
1533 Command(String command, Bundle extras, ResultReceiver stub) { in Command()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp776 Stub* stub = getStubFactory()->create( in relaxRelocation() local
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java2016 ViewStub stub = findViewById(R.id.action_mode_bar_stub); in createStandaloneActionMode() local