Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteOpenHelper.java191 private SQLiteDatabase getDatabaseLocked(boolean writable) { in getDatabaseLocked() argument
196 } else if (!writable || !mDatabase.isReadOnly()) { in getDatabaseLocked()
211 if (writable && db.isReadOnly()) { in getDatabaseLocked()
218 if (DEBUG_STRICT_READONLY && !writable) { in getDatabaseLocked()
228 if (writable) { in getDatabaseLocked()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp1098 bool writable = false; in getDevicePropertyDesc() local
1103 writable = true; in getDevicePropertyDesc()
1106 result = new MtpProperty(property, MTP_TYPE_STR, writable); in getDevicePropertyDesc()
1115 if (!writable) in getDevicePropertyDesc()
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/
Dindex.jd74 and move it to the Desktop or another <em>writable</em> directory.</li>
/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,
696 network over unencrypted protocols or from world writable locations such as
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd202 read or write access unless you explicitly set the files to be readable or writable. So as long
/frameworks/base/docs/html/ndk/downloads/
Dindex.jd453 <li>Fixed Clang 3.5 for {@code mips} and {@code mips64} to create a writable
Drevision_history.jd2159 <li>Moved MIPS {@code .dynamic} to the data segment, so that it is writable.</li>
/frameworks/base/docs/html/tools/devices/
Demulator.jd783 <li>A writable copy of the Android system image</li>