OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnContactInfoChangedListener
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactInfoCache.java
43
public interface
OnContactInfoChangedListener
{
136
private
OnContactInfoChangedListener
mOnContactInfoChangedListener;
139
OnContactInfoChangedListener
onContactInfoChangedListener
) {
141
mOnContactInfoChangedListener =
onContactInfoChangedListener
;
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java
55
import com.android.dialer.contactinfo.ContactInfoCache.
OnContactInfoChangedListener
;
251
protected final
OnContactInfoChangedListener
mOnContactInfoChangedListener =
252
new
OnContactInfoChangedListener
() {
[
all
...]
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java
[
all
...]
Completed in 2631 milliseconds