OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCachedPhotoCurrent
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
98
* callerinfo object. The
isCachedPhotoCurrent
flag indicates
102
public boolean
isCachedPhotoCurrent
;
128
info.
isCachedPhotoCurrent
= false;
402
.append("\nisCachedPhotoCurrent: " +
isCachedPhotoCurrent
)
/frameworks/base/telephony/tests/telephonytests/src/com/android/telephonytest/unit/
CallerInfoUnitTest.java
238
assertFalse(mInfo.
isCachedPhotoCurrent
);
/frameworks/base/core/java/android/pim/
ContactsAsyncHelper.java
328
args.info.
isCachedPhotoCurrent
= true;
/packages/apps/Phone/src/com/android/phone/
CallCard.java
[
all
...]
Completed in 192 milliseconds