OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conversationnameview
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
ConversationListItemViewTest.java
99
final TextView
conversationNameView
=
108
assertNotNull(
conversationNameView
);
109
assertEquals(conversationName,
conversationNameView
.getText());
117
conversationNameView
.getCurrentTextColor());
125
conversationNameView
.getCurrentTextColor());
/packages/apps/Messaging/res/values/
attrs.xml
49
<declare-styleable name="
ConversationNameView
">
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java
[
all
...]
Completed in 668 milliseconds