Home
last modified time | relevance | path

Searched refs:fileModified (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfo.java167 long fileModified = mManifestFile.getModificationStamp(); in sync() local
168 if (fileModified == mLastModified) { in sync()
172 mLastModified = fileModified; in sync()