Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteOpenHelper.java192 private SQLiteDatabase getDatabaseLocked(boolean writable) { in getDatabaseLocked() argument
197 } else if (!writable || !mDatabase.isReadOnly()) { in getDatabaseLocked()
212 if (writable && db.isReadOnly()) { in getDatabaseLocked()
219 if (DEBUG_STRICT_READONLY && !writable) { in getDatabaseLocked()
229 if (writable) { in getDatabaseLocked()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp1029 bool writable = false; in getDevicePropertyDesc() local
1034 writable = true; in getDevicePropertyDesc()
1037 result = new MtpProperty(property, MTP_TYPE_STR, writable); in getDevicePropertyDesc()
1046 if (!writable) in getDevicePropertyDesc()
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd214 Calendars columns are writable by both an application and a <a href="#sync-adapter">sync adapter</a…
390 <p>The following Events columns are writable by both an application and a sync
649 writable fields. When inserting a new attendee, you must include all of them
733 <p>The following table lists the writable fields for reminders. All of them must
785 represents a single event occurrence. The instances table is not writable and only
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd97 storage</a>, such as SD Cards, are globally readable and writable. Because
392 application on the device through overly permissive IPC, world writable files,
686 network over unencrypted protocols or from world writable locations such as
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd200 read or write access unless you explicitly set the files to be readable or writable. So as long
/frameworks/base/docs/html/tools/devices/
Demulator.jd779 <li>A writable copy of the Android system image</li>
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd1091 <li>Moved MIPS {@code .dynamic} to the data segment, so that it is writable.</li>