Searched refs:modified (Results 1 - 9 of 9) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionManager.java44 boolean modified = false; field in class:BordeauxSessionManager.Session
94 session.modified = true;
145 // Save the session if it's modified.
146 if (session.getValue().modified) {
164 session.modified = false;
/frameworks/av/media/mtp/
H A DMtpDatabase.h38 time_t modified) = 0;
H A DMtpDevice.cpp437 char created[100], modified[100]; local
439 formatDateTime(info->mDateModified, modified, sizeof(modified));
442 mData.putString(modified);
H A DMtpServer.cpp709 mData.putString(date); // date modified
854 MtpStringBuffer name, created, modified; local
857 mData.getString(modified); // date modified
862 if (!parseDateTime(modified, modifiedTime))
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java490 boolean modified = false;
496 modified = true;
503 modified = true;
517 modified = true;
519 if (modified) {
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java543 * @return True if the key was mapped. If the key was not mapped, results is not modified.
643 * character keys, the keyboard inserts the modified keys and
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java143 view = (TextView)findViewById(R.id.modified);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp101 time_t modified);
225 time_t modified) {
230 (jlong)size, (jlong)modified);
220 beginSendObject(const char* path, MtpObjectFormat format, MtpObjectHandle parent, MtpStorageID storage, uint64_t size, time_t modified) argument
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java73 // true if the database has been modified in the current MTP session
258 int storageId, long size, long modified) {
288 values.put(Files.FileColumns.DATE_MODIFIED, modified);
257 beginSendObject(String path, int format, int parent, int storageId, long size, long modified) argument

Completed in 141 milliseconds