Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/location/
H A DMemoryRegion.java34 private boolean mIsWritable; field in MemoryRegion
70 return mIsWritable; in isWritable()
123 && (other.isWritable() == mIsWritable) in equals()
140 dest.writeInt(mIsWritable ? 1 : 0); in writeToParcel()
148 mIsWritable = source.readInt() != 0; in MemoryRegion()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java146 private boolean mIsWritable = true; field in PersistentDataBlockService
518 if (!mIsWritable) {
593 mIsWritable = false;
704 pw.println("mIsWritable: " + mIsWritable);
765 if (!mIsWritable) {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21507 Landroid/hardware/location/MemoryRegion;->mIsWritable:Z