OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1126 milliseconds