Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 17 of 17) 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.java200 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunking/cdc/
DRabinFingerprint64Test.java62 String stub = "abc"; in computeFingerprint64_forSameWindow_returnsSameFingerprint() local
/frameworks/base/core/java/android/service/quicksettings/
DTile.java89 public void setService(IQSService service, IBinder stub) { in setService()
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java160 public void onInflate(ViewStub stub, View inflated) { in onInflate()
DCollapsedStatusBarFragment.java372 ViewStub stub = mStatusBar.findViewById(R.id.operator_name); in initOperatorName() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapper.java224 ViewStub stub = mView.findViewById(R.id.notification_media_seekbar_container); in resolveViews() local
/frameworks/base/core/java/android/view/
DViewStub.java349 void onInflate(ViewStub stub, View inflated); in onInflate()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java127 VoiceInteractionManagerService.VoiceInteractionManagerServiceStub stub, in VoiceInteractionManagerServiceImpl()
/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/session/
DMediaSession.java1509 public final ResultReceiver stub; field in MediaSession.Command
1511 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.java1906 ViewStub stub = findViewById(R.id.action_mode_bar_stub); in createStandaloneActionMode() local