OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactInfoSource
(Results
1 - 6
of
6
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/
ContactInfoSource.java
23
*
ContactInfoSource
.
26
public interface
ContactInfoSource
{
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SnapHeader.java
24
import com.android.mail.
ContactInfoSource
;
50
ContactInfoSource
contactInfoSource
, VeiledAddressMatcher veiledAddressMatcher);
MessageHeaderView.java
53
import com.android.mail.
ContactInfoSource
;
145
private
ContactInfoSource
mContactInfoSource;
292
ContactInfoSource
contactInfoSource
, VeiledAddressMatcher veiledAddressMatcher) {
295
setContactInfoSource(
contactInfoSource
);
303
public void setContactInfoSource(
ContactInfoSource
contactInfoSource
) {
304
mContactInfoSource =
contactInfoSource
;
[
all
...]
ConversationViewAdapter.java
34
import com.android.mail.
ContactInfoSource
;
81
private final
ContactInfoSource
mContactInfoSource;
547
ContactInfoSource
contactInfoSource
,
563
mContactInfoSource =
contactInfoSource
;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewControllerCallbacks.java
24
import com.android.mail.
ContactInfoSource
;
40
public
ContactInfoSource
getContactInfoSource();
ContactLoaderCallbacks.java
28
import com.android.mail.
ContactInfoSource
;
38
public class ContactLoaderCallbacks implements
ContactInfoSource
,
Completed in 2447 milliseconds