Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBaseAppSnapshotPersister.java26 static final String PROTO_EXTENSION = ".proto"; field in BaseAppSnapshotPersister
112 return new File(getDirectory(userId), index + PROTO_EXTENSION); in getProtoFile()
H A DTaskSnapshotPersister.java132 if (!fileName.endsWith(PROTO_EXTENSION) && !fileName.endsWith(BITMAP_EXTENSION)) { in getTaskId()