Searched refs:mIsWritable (Results 1 – 3 of 3) sorted by relevance
34 private boolean mIsWritable; field in MemoryRegion70 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()
215 private boolean mIsWritable = true; field in PersistentDataBlockService1026 if (!mIsWritable) {1113 mIsWritable = false;1240 pw.println("mIsWritable: " + mIsWritable);1354 if (!mIsWritable) { in writeDataBuffer()
21507 Landroid/hardware/location/MemoryRegion;->mIsWritable:Z