HomeSort by relevance Sort by last modified time
    Searched refs:stubView (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 69 View stubView = stub.inflate();
70 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor);
SmsTest.java 83 View stubView = stub.inflate();
84 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor);
LongThreadTest.java 75 View stubView = stub.inflate();
76 mRecipientsEditor = (RecipientsEditor) stubView.findViewById(R.id.recipients_editor);
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]

Completed in 785 milliseconds