OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constructFakeEntry
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java
117
RecipientEntry.
constructFakeEntry
("1@android.com", true);
130
final RecipientEntry entry2 = RecipientEntry.
constructFakeEntry
("1@android.com", true);
ChipsTest.java
156
RecipientEntry.
constructFakeEntry
("user@username.com, ", true);
164
.
constructFakeEntry
("user@username.com,", true);
[
all
...]
/frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java
119
public static RecipientEntry
constructFakeEntry
(final String address, final boolean isValid) {
RecipientEditTextView.java
[
all
...]
Completed in 117 milliseconds