Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 21 of 21) 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.java199 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults()
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/chunking/cdc/
DRabinFingerprint64Test.java62 String stub = "abc"; in computeFingerprint64_forSameWindow_returnsSameFingerprint() local
/frameworks/base/media/java/android/media/
DMediaRouter2.java372 MediaRouter2Stub stub = new MediaRouter2Stub(); in registerRouteCallback() local
661 MediaRouter2Stub stub; in requestCreateController() local
1460 MediaRouter2Stub stub; in selectRoute() local
1512 MediaRouter2Stub stub; in deselectRoute() local
1547 MediaRouter2Stub stub; in transferToRoute() local
1587 MediaRouter2Stub stub; in setVolume() 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.java90 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.java345 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults()
/frameworks/base/media/java/android/media/tv/
DTvInputService.java2210 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService.this, in handleMessage() local
2252 ITvInputSession stub = (ITvInputSession) args.arg2; in handleMessage() local
2283 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService.this, in handleMessage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java489 ViewStub stub = mStatusBar.findViewById(R.id.operator_name); in initOperatorName() local
DNotificationPanelViewController.java860 ViewStub stub = mView.findViewById(R.id.keyguard_qs_user_switch_stub); in onFinishInflate() local
863 ViewStub stub = mView.findViewById(R.id.keyguard_user_switcher_stub); in onFinishInflate() local
1077 ViewStub stub = new ViewStub(mView.getContext(), layoutId); in reInflateStub() local
1084 ViewStub stub = mView.findViewById(stubId); in reInflateStub() local
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java153 VoiceInteractionManagerService.VoiceInteractionManagerServiceStub stub, in VoiceInteractionManagerServiceImpl()
/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/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/media/java/android/media/session/
DMediaSession.java1523 public final ResultReceiver stub; field in MediaSession.Command
1525 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.java2008 ViewStub stub = findViewById(R.id.action_mode_bar_stub); in createStandaloneActionMode() local