OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updatedInfo
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java
92
final ContactInfo
updatedInfo
;
95
updatedInfo
= null;
100
updatedInfo
= new ContactInfo();
101
updatedInfo
.number = number;
102
updatedInfo
.formattedNumber = formatPhoneNumber(number, null, countryIso);
103
updatedInfo
.lookupUri = createTemporaryContactUri(number);
105
updatedInfo
= info;
108
return
updatedInfo
;
CallLogAdapter.java
759
ContactInfo
updatedInfo
, ContactInfo callLogInfo) {
764
if (!TextUtils.equals(
updatedInfo
.name, callLogInfo.name)) {
765
values.put(Calls.CACHED_NAME,
updatedInfo
.name);
769
if (
updatedInfo
.type != callLogInfo.type) {
770
values.put(Calls.CACHED_NUMBER_TYPE,
updatedInfo
.type);
774
if (!TextUtils.equals(
updatedInfo
.label, callLogInfo.label)) {
775
values.put(Calls.CACHED_NUMBER_LABEL,
updatedInfo
.label);
778
if (!UriUtils.areEqual(
updatedInfo
.lookupUri, callLogInfo.lookupUri)) {
779
values.put(Calls.CACHED_LOOKUP_URI, UriUtils.uriToString(
updatedInfo
.lookupUri));
782
if (!TextUtils.equals(
updatedInfo
.normalizedNumber, callLogInfo.normalizedNumber))
[
all
...]
/external/javassist/src/main/javassist/bytecode/
StackMapTable.java
798
private byte[]
updatedInfo
;
807
this.
updatedInfo
= null;
813
if (
updatedInfo
!= null)
814
stackMap.set(
updatedInfo
);
843
updatedInfo
= newinfo;
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 821 milliseconds