OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
1151 - 1175
of
2940
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java
26
import android.
database
.Cursor;
59
* <em>IMPORTANT</em>: This must never be stored to the
database
.
66
* <em>IMPORTANT</em>: This must never be stored to the
database
.
293
* Set the description. Be sure to call save() to commit to
database
.
308
* Set the Email address for this account. Be sure to call save() to commit to
database
.
323
* Set the sender's name. Be sure to call save() to commit to
database
.
347
* Set the minutes per check (for polling). Be sure to call save() to commit to
database
.
365
* Set the sync lookback window. Be sure to call save() to commit to
database
.
565
* the first one in the
database
(the logic is provided within EmailProvider)
[
all
...]
/cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java
32
import android.
database
.Cursor;
33
import android.
database
.sqlite.SQLiteDatabase;
403
// delete the
database
if it already exists
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java
22
import android.
database
.Cursor;
23
import android.
database
.SQLException;
305
// the internal
database
can not have genres
MediaStore_Video_MediaTest.java
25
import android.
database
.Cursor;
184
// check that the video file is removed when deleting the
database
entry
208
+ "
database
");
/device/asus/grouper/overlay/frameworks/base/core/res/res/values/
config.xml
187
<!-- Number of
database
connections opened and managed by framework layer
188
to handle queries on each
database
. -->
202
<!-- When a
database
query is executed, the results retuned are paginated
/external/chromium/chrome/browser/history/
history_querying_unittest.cc
31
// This one is visited super long ago so it will be in a different
database
300
//
database
. This also tests that imported URLs can be found, since we use
323
//
database
and not the most current title (since otherwise highlighting in
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h
113
// Contains information about a list in the
database
.
122
// Container for deleting chunks from the
database
.
215
// easily. If any of this is modified, the
database
will have to be cleared.
/external/chromium/chrome/browser/search_engines/
search_provider_install_data_unittest.cc
225
// Set up the
database
.
253
// Set up the
database
.
283
// Set up the
database
.
/external/chromium/chrome/browser/webdata/
logins_table_unittest.cc
51
// Verify the
database
is empty.
206
// Verify the
database
is empty.
247
// Verify the
database
is empty.
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp
145
// Look up the group in the
database
171
// We set this flag to true before the
database
has been opened
172
// to avoid trying to open the
database
over and over if it doesn't exist.
221
// Check the
database
. Look for all cache groups with a newest cache.
291
// Check the
database
. Look for all cache groups with a newest cache.
348
// If the cache group is half-created, we don't want it in the saved set (as it is not stored in
database
).
410
// the
database
file. Note that this is always 0 if SQLite is compiled
416
// inside the
database
file plus the amount we can grow until we hit
564
// SQLite tables changes. This allows the
database
to be rebuilt when
565
// a new, incompatible change has been introduced to the
database
schema
[
all
...]
/external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp
37
#if ENABLE(
DATABASE
)
406
#if ENABLE(
DATABASE
)
417
/* if client did not set quota, and
database
is being created now, the
/frameworks/base/core/java/android/content/
ContextWrapper.java
23
import android.
database
.DatabaseErrorHandler;
24
import android.
database
.sqlite.SQLiteDatabase;
25
import android.
database
.sqlite.SQLiteDatabase.CursorFactory;
/frameworks/base/docs/html/sdk/api_diff/16/changes/
methods_index_changes.html
169
<nobr><A HREF="android.
database
.CursorWindow.html#android.
database
.CursorWindow.close_changed()" class="hiddenlink" target="rightframe">type
170
() in android.
database
.CursorWindow
172
<nobr><A HREF="android.
database
.sqlite.SQLiteDatabase.html#android.
database
.sqlite.SQLiteDatabase.close_changed()" class="hiddenlink" target="rightframe">type
173
() in android.
database
.sqlite.SQLiteDatabase
175
<nobr><A HREF="android.
database
.sqlite.SQLiteProgram.html#android.
database
.sqlite.SQLiteProgram.close_changed()" class="hiddenlink" target="rightframe">type
176
() in android.
database
.sqlite.SQLiteProgram
269
<nobr><A HREF="android.
database
.Cursor.html#android.database.Cursor.deactivate_changed()" class="hiddenlink" target="rightframe">d (…)
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/5/changes/
jdiff_statistics.html
195
<TD><A HREF="pkg_android.
database
.sqlite.html">android.
database
.sqlite</A></TD>
227
<TD><A HREF="pkg_android.
database
.html">android.
database
</A></TD>
573
<TD><A HREF="android.
database
.AbstractWindowedCursor.html">
574
android.
database
.AbstractWindowedCursor</A></TD>
683
<TD><A HREF="android.
database
.CursorWindow.html">
684
android.
database
.CursorWindow</A></TD>
808
<TD><A HREF="android.
database
.sqlite.SQLiteDatabase.html">
809
android.
database
.sqlite.SQLiteDatabase</A></TD
[
all
...]
/frameworks/base/docs/html/tools/testing/
contentprovider_testing.jd
126
database
operations but stubs out other interactions with the Android system.
127
The file and
database
operations themselves take place in a directory that is local to the
180
another for retrieving an individual note by it's
database
ID, and a third for
/frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java
20
import android.
database
.ContentObserver;
21
import android.
database
.Cursor;
22
import android.
database
.DataSetObserver;
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java
31
import android.
database
.Cursor;
71
* List fragment queries SQLite
database
on worker thread.
260
// delete from
database
on a background thread
/packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java
32
import android.
database
.Cursor;
33
import android.
database
.MatrixCursor;
59
* Attachments are stored at: <
database
-path>/account#.db_att/item#
/packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java
29
import android.
database
.Cursor;
30
import android.
database
.CursorWrapper;
31
import android.
database
.MatrixCursor;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java
20
import android.
database
.Cursor;
67
// The "albums" are not explicitly recorded in the
database
, but each image
149
Log.w(TAG, "cannot open local
database
: " + uri);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
LocalDataTest.java
21
import android.
database
.Cursor;
22
import android.
database
.sqlite.SQLiteDatabase;
23
import android.
database
.sqlite.SQLiteQueryBuilder;
/packages/apps/Mms/src/com/android/mms/data/
Conversation.java
15
import android.
database
.Cursor;
79
// types and we have not hit the
database
yet to create a thread.
127
* created in the
database
until {@link #ensureThreadId} is called.
412
* Guarantees that the conversation has been created in the
database
.
413
* This will make a blocking
database
call if it hasn't.
415
* @return The thread ID of this conversation in the
database
445
*
database
(e.g. storing a draft message to it).
654
* Start a query for all conversations in the
database
on the specified
665
// I/
Database
( 147): elapsedTime4Sql|/data/data/com.android.providers.telephony/databases/
673
* Start a query for in the
database
on the specified AsyncQueryHandler with the specifie
[
all
...]
/packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetService.java
27
import android.
database
.Cursor;
28
import android.
database
.sqlite.SQLiteException;
29
import android.
database
.sqlite.SqliteWrapper;
/packages/apps/Music/src/com/android/music/
AudioPreview.java
24
import android.
database
.Cursor;
182
// check if this file is in the media
database
(clicking on a download
367
//
database
, and we could open it in the full music app instead.
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java
21
import android.
database
.ContentObserver;
22
import android.
database
.Cursor;
23
import android.
database
.DataSetObserver;
Completed in 2768 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>