Home
last modified time | relevance | path

Searched refs:stubView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Mms/tests/src/com/android/mms/ui/
DComposeMessageActivityTests.java69 View stubView = stub.inflate(); in setUp() local
70 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in setUp()
DSmsTest.java83 View stubView = stub.inflate(); in setUp() local
84 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in setUp()
DLongThreadTest.java75 View stubView = stub.inflate(); in setUp() local
76 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in setUp()
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java1784 View stubView = stub.inflate(); in initRecipientsEditor() local
1785 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in initRecipientsEditor()
1786 mRecipientsPicker = (ImageButton) stubView.findViewById(R.id.recipients_picker); in initRecipientsEditor()