Searched refs:isReadOnly (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeBuffer.java99 public boolean isReadOnly() { method in class:NativeBuffer
100 return (mAttachedFrame != null) ? mAttachedFrame.isReadOnly() : false;
121 if (isReadOnly()) {
H A DFrame.java66 public boolean isReadOnly() { method in class:Frame
163 if (isReadOnly()) {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java131 if (mDatabase != null && mDatabase.isOpen() && !mDatabase.isReadOnly()) {
197 } else if (!writable || !mDatabase.isReadOnly()) {
212 if (writable && db.isReadOnly()) {
244 if (db.isReadOnly()) {
269 if (db.isReadOnly()) {
367 * should check {@link SQLiteDatabase#isReadOnly} before updating the
H A DSQLiteDatabase.java762 * @see #isReadOnly()
1679 public boolean isReadOnly() { method in class:SQLiteDatabase
/frameworks/base/core/java/android/util/
H A DProperty.java48 * {@link #isReadOnly() readOnly}. Calling the {@link #set(Object, Object)} method on such
75 public boolean isReadOnly() { method in class:Property
H A DReflectiveProperty.java160 public boolean isReadOnly() { method in class:ReflectiveProperty
/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java59 public boolean isReadOnly() { method in class:GestureLibraries.FileGestureLibrary
118 public boolean isReadOnly() { method in class:GestureLibraries.ResourceGestureLibrary
H A DGestureLibrary.java34 public boolean isReadOnly() { method in class:GestureLibrary

Completed in 83 milliseconds