Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/java/com/android/dialer/logging/
Dcontact_lookup_result.proto19 // Contact was found in the local database.
40 // Number was found in Dialer's local cache but we don't know how it was
44 // Number was found in Dialer's local cache and was originally identified
48 // Number was found in Dialer's local cache and was originally identified
52 // Number was found in Dialer's local cache and was originally identified
56 // Number was found in Dialer's local cache and was originally identified
60 // Number was found in Dialer's local cache and was originally identified
65 // Number was found in Dialer's local cache and was originally identified
72 // Number was found in Dialer's local cache and was originally identified
79 // Number was found in Dialer's local cache and was originally identified
[all …]
/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/inputmethods/LatinIME/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
D.gitignore7 local.properties
/packages/services/BuiltInPrintService/
D.gitignore5 local.properties
/packages/apps/DeskClock/
D.gitignore3 /local.properties
/packages/apps/UniversalMediaPlayer/
D.gitignore11 /local.properties
/packages/apps/WallpaperPicker2/
D.gitignore6 local.properties
/packages/apps/WallpaperPicker/
D.gitignore11 local.properties
/packages/apps/Launcher3/
D.gitignore13 local.properties
/packages/apps/Dialer/java/com/android/dialer/rtt/
Drtt_transcript.proto26 // Whether this message is sent from local device or received from remote
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
Dnumber_attributes.proto41 // TODO(zachh): If we need to support photos other than local contacts', add a
/packages/services/Car/tests/BugReportApp/
DREADME.md12 5. Otherwise it creates MetaBugReport record in a local db and starts recording audio message.
/packages/services/Telecomm/proto/
Dtelecom.proto205 // 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.java7239 final Cursor local = queryLocal(localUri, projection, selection, selectionArgs, in queryCorpLookupIfNecessary() local
7243 MoreDatabaseUtils.dumpCursor(TAG, "local", local); in queryCorpLookupIfNecessary()
7246 if (local.getCount() > 0 || corpUserId < 0) { in queryCorpLookupIfNecessary()
7247 return local; in queryCorpLookupIfNecessary()
7250 local.close(); in queryCorpLookupIfNecessary()
7261 local.close(); in queryCorpLookupIfNecessary()
7265 local.close(); in queryCorpLookupIfNecessary()
7268 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.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...

12