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()
146 private boolean mIsWritable = true; field in PersistentDataBlockService518 if (!mIsWritable) {593 mIsWritable = false;704 pw.println("mIsWritable: " + mIsWritable);765 if (!mIsWritable) {
21507 Landroid/hardware/location/MemoryRegion;->mIsWritable:Z