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.java319 long fileModified = mManifestFile.getModificationStamp(); in sync() local
320 if (fileModified == mLastModified) { in sync()
324 mLastModified = fileModified; in sync()