Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewStubTest.java42 final View stub = activity.findViewById(R.id.viewStub); in testStubbed() local
51 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); in testInflated() local
62 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedId() local
75 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServicesSmsFilterTest.java161 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub) in mockCarrierAppStubResults()
/frameworks/base/core/java/android/service/quicksettings/
DTile.java87 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/support/v7/appcompat/src/android/support/v7/widget/
DViewStubCompat.java263 void onInflate(ViewStubCompat stub, View inflated); in onInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java148 public void onInflate(ViewStub stub, View inflated) { in onInflate()
/frameworks/base/core/java/android/view/
DViewStub.java346 void onInflate(ViewStub stub, View inflated); in onInflate()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java119 VoiceInteractionManagerService.VoiceInteractionManagerServiceStub stub, in VoiceInteractionManagerServiceImpl()
/frameworks/base/media/java/android/media/session/
DMediaSession.java1264 public final ResultReceiver stub; field in MediaSession.Command
1266 public Command(String command, Bundle extras, ResultReceiver stub) { in Command()
/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/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DListenerBindingObject.java227 public void onInflate(ViewStub stub, View inflated) { in onInflate()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
DTransitionHelper.java361 TransitionStub stub = (TransitionStub) transition; in addTransitionListener() local
370 TransitionStub stub = (TransitionStub) transition; in removeTransitionListener() local
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp776 Stub* stub = getStubFactory()->create( in relaxRelocation() local
/frameworks/support/media-compat/java/android/support/v4/media/session/
DMediaSessionCompat.java2790 public final ResultReceiver stub; field in MediaSessionCompat.MediaSessionImplBase.Command
2792 public Command(String command, Bundle extras, ResultReceiver stub) { in Command()