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/
DMultiPartSmsTests.java102 View stubView = stub.inflate(); in setUp() local
103 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in setUp()
DComposeMessageActivityTests.java69 View stubView = stub.inflate(); in setUp() local
70 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.java1628 View stubView = stub.inflate(); in initRecipientsEditor() local
1629 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor); in initRecipientsEditor()
1630 mRecipientsPicker = (ImageButton) stubView.findViewById(R.id.recipients_picker); in initRecipientsEditor()