-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ASqliteDbFile extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private StringfileNameprivate longmodifiedTimeprivate longfileSizepublic final static Parcelable.Creator<ASqliteDbFile>CREATOR
-
Constructor Summary
Constructors Constructor Description ASqliteDbFile(String fileName, long modifiedTime, long fileSize, boolean active)ASqliteDbFile(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetFileName()longgetModifiedTime()longgetFileSize()booleanisActive()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFileName
String getFileName()
-
getModifiedTime
long getModifiedTime()
-
getFileSize
long getFileSize()
-
isActive
boolean isActive()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-