Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 32) sorted by relevance

12

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java100 public static EntityDelta mergeAfter(EntityDelta local, EntityDelta remote) { in mergeAfter() argument
103 if (local == null && (remoteValues.isDelete() || remoteValues.isTransient())) return null; in mergeAfter()
106 if (local == null) local = new EntityDelta(); in mergeAfter()
109 final Long localVersion = (local.mValues == null) ? null : local.mValues in mergeAfter()
117 local.mValues = ValuesDelta.mergeAfter(local.mValues, remote.mValues); in mergeAfter()
125 final ValuesDelta localEntry = local.getEntry(childId); in mergeAfter()
130 local.addEntry(merged); in mergeAfter()
135 return local; in mergeAfter()
717 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) { in mergeAfter() argument
719 if (local == null && (remote.isDelete() || remote.isTransient())) return null; in mergeAfter()
[all …]
DEntitySet.java88 public static EntitySet mergeAfter(EntitySet local, EntitySet remote) { in mergeAfter() argument
89 if (local == null) local = new EntitySet(); in mergeAfter()
96 final EntityDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter()
101 local.add(merged); in mergeAfter()
105 return local; in mergeAfter()
/packages/apps/Dialer/java/com/android/dialer/logging/
Dcontact_lookup_result.proto17 // Contact was found in the local database.
38 // Number was found in Dialer's local cache but we don't know how it was
42 // Number was found in Dialer's local cache and was originally identified
46 // Number was found in Dialer's local cache and was originally identified
50 // Number was found in Dialer's local cache and was originally identified
54 // Number was found in Dialer's local cache and was originally identified
58 // Number was found in Dialer's local cache and was originally identified
63 // Number was found in Dialer's local cache and was originally identified
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java105 public static RawContactDelta mergeAfter(RawContactDelta local, RawContactDelta remote) { in mergeAfter() argument
108 if (local == null && (remoteValues.isDelete() || remoteValues.isTransient())) return null; in mergeAfter()
111 if (local == null) local = new RawContactDelta(); in mergeAfter()
114 final Long localVersion = (local.mValues == null) ? null : local.mValues in mergeAfter()
122 local.mValues = ValuesDelta.mergeAfter(local.mValues, remote.mValues); in mergeAfter()
130 final ValuesDelta localEntry = local.getEntry(childId); in mergeAfter()
135 local.addEntry(merged); in mergeAfter()
140 return local; in mergeAfter()
DValuesDelta.java335 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) { in mergeAfter() argument
337 if (local == null && (remote.isDelete() || remote.isTransient())) return null; in mergeAfter()
340 if (local == null) local = new ValuesDelta(); in mergeAfter()
342 if (!local.beforeExists()) { in mergeAfter()
344 local.mAfter = remote.getCompleteValues(); in mergeAfter()
347 local.mAfter = remote.mAfter; in mergeAfter()
350 return local; in mergeAfter()
DRawContactDeltaList.java101 public static RawContactDeltaList mergeAfter(RawContactDeltaList local, in mergeAfter() argument
103 if (local == null) local = new RawContactDeltaList(); in mergeAfter()
110 final RawContactDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter()
115 local.add(merged); in mergeAfter()
119 return local; in mergeAfter()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java704 Time local = new Time(); in updateInstancesLocked() local
706 local.timezone = Time.TIMEZONE_UTC; in updateInstancesLocked()
708 local.timezone = fields.timezone; in updateInstancesLocked()
712 local, instanceValues); in updateInstancesLocked()
890 Time local, ContentValues values) { in computeTimezoneDependentFields() argument
891 local.set(begin); in computeTimezoneDependentFields()
892 int startDay = Time.getJulianDay(begin, local.gmtoff); in computeTimezoneDependentFields()
893 int startMinute = local.hour * 60 + local.minute; in computeTimezoneDependentFields()
895 local.set(end); in computeTimezoneDependentFields()
896 int endDay = Time.getJulianDay(end, local.gmtoff); in computeTimezoneDependentFields()
[all …]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java389 TestManagedConnection local = new TestManagedConnection(remote, false); in makeConnection() local
390 mManagedConnectionByRemote.put(remote, local); in makeConnection()
391 return local; in makeConnection()
/packages/services/BuiltInPrintService/
D.gitignore5 local.properties
/packages/apps/ExactCalculator/
D.gitignore6 local.properties
/packages/apps/DeskClock/
D.gitignore3 /local.properties
/packages/apps/WallpaperPicker/
D.gitignore11 local.properties
/packages/apps/Launcher3/
D.gitignore13 local.properties
/packages/services/Telecomm/proto/
Dtelecom.proto201 // Disconnected because of a local user-initiated action,
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
DAddressListParser.jj432 throw new ParseException("Words in local part must be separated by '.'");
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java7367 final Cursor local = queryLocal(localUri, projection, selection, selectionArgs, in queryCorpLookupIfNecessary() local
7371 MoreDatabaseUtils.dumpCursor(TAG, "local", local); in queryCorpLookupIfNecessary()
7374 if (local.getCount() > 0 || corpUserId < 0) { in queryCorpLookupIfNecessary()
7375 return local; in queryCorpLookupIfNecessary()
7378 local.close(); in queryCorpLookupIfNecessary()
7389 local.close(); in queryCorpLookupIfNecessary()
7393 local.close(); in queryCorpLookupIfNecessary()
7396 return local; in queryCorpLookupIfNecessary()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dinternals.md204 …at some compilers cannot localize some member data access of streams into local variables or regis…
DDoxyfile.in450 # This flag is only useful for Objective-C code. When set to YES local methods,
1490 # MathJax. However, it is strongly recommended to install a local copy of
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile329 # This flag is only useful for Objective-C code. When set to YES local
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile329 # This flag is only useful for Objective-C code. When set to YES local
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz ... ,flags=,originalFreq=159 182 word=local,f=159,flags=,originalFreq= ...
Den_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...

12