Home
last modified time | relevance | path

Searched refs:MyRemotableView (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMyRemotableView.java27 public class MyRemotableView extends TextView { class
35 public MyRemotableView(Context context) { in MyRemotableView() method in MyRemotableView
39 public MyRemotableView(Context context, AttributeSet attrs) { in MyRemotableView() method in MyRemotableView
43 public MyRemotableView(Context context, AttributeSet attrs, int defStyle) { in MyRemotableView() method in MyRemotableView
DRemoteViewsTest.java744 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetByte()
759 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetChar()
773 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetDouble()
787 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetShort()
802 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetBundle()
821 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetIntent()