Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMessageStateChange.java174 final MessageStateChange change = changesMap.valueAt(i); in getChanges() local
176 if ((change.mServerId == null || change.mServerId.length() == 0) || in getChanges()
177 (change.mOldFlagRead == change.mNewFlagRead && in getChanges()
178 change.mOldFlagFavorite == change.mNewFlagFavorite)) { in getChanges()
179 unchangedMessages[unchangedMessagesCount] = change.mMessageKey; in getChanges()
182 changes.add(change); in getChanges()
205 for (final MessageStateChange change : changes) { in convertToChangesMap()
206 List<MessageStateChange> list = changesMap.get(change.mMailboxId); in convertToChangesMap()
209 changesMap.put(change.mMailboxId, list); in convertToChangesMap()
211 list.add(change); in convertToChangesMap()
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/
DSettingsIntelligenceLogWriterTest.java65 final byte[] change = new byte[inputStream.readInt()]; in serialize_hasSizeOne_returnCorrectData()
66 inputStream.read(change); in serialize_hasSizeOne_returnCorrectData()
68 final SettingsLog settingsLog = SettingsLog.parseFrom(change); in serialize_hasSizeOne_returnCorrectData()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java335 mScheduleAdapter.change(scheduleRecording); in onScheduledRecordingStatusChanged()
340 mRecentAdapter.change(scheduleRecording); in onScheduledRecordingStatusChanged()
349 mScheduleAdapter.change(schedule); in onScheduledRecordingConflictStatusChanged()
520 mRecentAdapter.change(recordedProgram); in handleRecordedProgramChanged()
573 mSeriesAdapter.change(seriesRecording); in handleSeriesRecordingsChanged()
620 adapter.change(r); in updateGenreAdapters()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DTimeClustering.java291 float change = Math.max(diff1 / (diff2 + 0.01f), diff2 / (diff1 + 0.01f)); in getPartitionIndexForCurrentCluster() local
292 if (change > largestChange) { in getPartitionIndexForCurrentCluster()
295 largestChange = change; in getPartitionIndexForCurrentCluster()
298 largestChange = change; in getPartitionIndexForCurrentCluster()
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java842 long[] change = sAttachmentChangedQueue.poll(); in processQueue() local
843 while (change != null) { in processQueue()
845 final long id = change[0]; in processQueue()
846 final long flags = change[1]; in processQueue()
854 change = sAttachmentChangedQueue.poll(); in processQueue()
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DAudioFocusTest.java473 final int change; in getFocusChangeAndReset() local
475 change = mFocusChange; in getFocusChangeAndReset()
478 return change; in getFocusChangeAndReset()
/packages/apps/Traceur/
Dtraceur.rc4 # time for each property change (tracing stop) we see.
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/
DREADME.oem14 ...then read / change all the things marked with OEM-INSTRUCTION.
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateLayout.java49 boolean change, int left, int top, int right, int bottom) { in onLayout() argument
/packages/apps/Camera2/src/com/android/camera/ui/
DRotateLayout.java54 boolean change, int left, int top, int right, int bottom) { in onLayout() argument
/packages/apps/TimeZoneData/oem_template/data_app/
DREADME.oem14 ...then read / change all the things marked with OEM-INSTRUCTION.
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md126change the DOM. These functions will always succeed. They will create the parent values if they do…
Dsax.md350 messages.swap(handler.messages_); // Only change it if success.
Dtutorial.md248 When creating a Value or Document by default constructor, its type is Null. To change its type, cal…
DDoxyfile.in1094 # Note: The header is subject to change so you typically have to regenerate the
1168 # change the gamma.
1443 # Use this tag to change the font size of LaTeX formulas included as images in
1444 # the HTML documentation. When you change the font size after a successful
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DMasterImage.java255 FilterRepresentation change, in setPreset() argument
263 HistoryItem historyItem = new HistoryItem(mPreset, change); in setPreset()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java402 private void changeFanSpeed(int change) { in changeFanSpeed() argument
403 int targetSpeed = mCurFanSpeed + change; in changeFanSpeed()
/packages/apps/TV/partner_support/g3doc/
DCloudEpgForPartners.md17 To run in Nougat you must cherry pick [change
/packages/apps/TV/src/com/android/tv/dvr/ui/
DSortedArrayAdapter.java167 public final void change(T item) { in change() method in SortedArrayAdapter
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
Dnumber_attributes.proto31 // name display preferences change, this field should be rewritten.
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md46 specialized app themes intended to change the entire look of the app. For
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto174 // Voicemail status has updated in the voicemail tab and the change PIN
178 // User has clicked the change PIN action in the voicemail tab
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java175 mChangeStorageButton.setText(R.string.change); in setupViews()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStorageSettings.java175 mChangeStorageButton.setText(R.string.change); in setupViews()
/packages/apps/TV/res/raw/
Dthird_party_licenses2875 freedom to share and change it. By contrast, the GNU General Public
2876 Licenses are intended to guarantee your freedom to share and change
2890 it if you want it; that you can change the software and use pieces of
3029 stating that you changed the files and the date of any change.
3076 that version instead if you wish.) Do not make any other change in
3079 Once this change is made in a given copy, it is irreversible for
3323 everyone can redistribute and change. You can do so by permitting

12