HomeSort by relevance Sort by last modified time
    Searched full:database (Results 851 - 875 of 2668) sorted by null

<<31323334353637383940>>

  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegatePrivate.h 192 @method webView:frame:exceededDatabaseQuotaForSecurityOrigin:database:
196 @param databaseIdentifier The identifier of the database involved.
198 - (void)webView:(WebView *)sender frame:(WebFrame *)frame exceededDatabaseQuotaForSecurityOrigin:(WebSecurityOrigin *)origin database:(NSString *)databaseIdentifier;
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 158 - (void)webView:(WebView *)sender frame:(WebFrame *)frame exceededDatabaseQuotaForSecurityOrigin:(WebSecurityOrigin *)origin database:(NSString *)databaseIdentifier
161 printf("UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%s, %s, %i} database:%s\n", [[origin protocol] UTF8String], [[origin host] UTF8String],
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteStatementTest.java 17 package android.database.sqlite;
181 // but the database handle should still be the same
209 // but the database handle should still remain attached to the statement
  /libcore/luni/src/main/java/java/sql/
SQLException.java 27 * database access:
34 * <li>A database-specific error code.</li>
181 * of the code is specific to the vendor of the database.
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 19 import SQLite.Database;
32 private Database db = null;
36 db = new Database();
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 23 import android.database.Cursor;
88 * browser database from it.
121 // them to the browser's database
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastMessage.java 21 import android.database.Cursor;
107 * Create a CellBroadcastMessage from a row in the database.
125 * Return a ContentValues object for insertion into the database.
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 57 // Invalidate all caches, since we reset the database for each test
75 // Get the accounts back from the database
100 // The policy should exist in the database
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 35 import android.database.sqlite.SqliteWrapper;
42 import android.database.Cursor;
43 import android.database.DatabaseUtils;
  /packages/apps/Phone/src/com/android/phone/
CallLogAsync.java 27 * Class to access the call logs database asynchronously since
28 * database ops can take a long time depending on the system's load.
170 // written in the database. Typically there is only one result
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 24 import android.database.ContentObserver;
25 import android.database.Cursor;
26 import android.database.DataSetObserver;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 26 import android.database.Cursor;
27 import android.database.DatabaseUtils;
28 import android.database.sqlite.SQLiteDatabase;
29 import android.database.sqlite.SQLiteQueryBuilder;
140 * @param db The database to access.
606 * @param rowId The database row id of the event.
608 * @param db The database
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 35 import android.database.Cursor;
36 import android.database.DatabaseUtils.InsertHelper;
37 import android.database.sqlite.SQLiteDatabase;
  /cts/tests/src/android/view/animation/cts/
GridLayoutAnimStubActivity.java 22 import android.database.DataSetObserver;
  /cts/tests/tests/database/src/android/database/cts/
MatrixCursorTest.java 17 package android.database.cts;
24 import android.database.CursorIndexOutOfBoundsException;
25 import android.database.MatrixCursor;
26 import android.database.MatrixCursor.RowBuilder;
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreTest.java 25 import android.database.Cursor;
MediaStore_VideoTest.java 28 import android.database.Cursor;
UserDictionary_WordsTest.java 25 import android.database.Cursor;
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 22 import android.database.Cursor;
23 import android.database.DataSetObserver;
24 import android.database.sqlite.SQLiteDatabase;
150 args = {android.database.Cursor.class, android.content.Context.class}
156 args = {android.database.Cursor.class, android.content.Context.class, boolean.class}
190 args = {android.database.Cursor.class}
207 args = {int.class, android.database.Cursor.class}
222 args = {android.database.Cursor.class}
420 args = {android.database.Cursor.class}
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java 22 import android.database.Cursor;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 20 import android.database.Cursor;
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 22 import android.database.Cursor;
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 24 import android.database.Cursor;
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java 20 import android.database.Cursor;
  /device/sample/etc/
apns-conf_verizon.xml 49 <!-- Modify Apn database for VZW LTE support -->
272 <!-- END modify Apn database for VZW LTE support -->
273 <!-- Modify Apn database for VZW EHRPD support -->
496 <!-- END modify Apn database for VZW EHRPD support -->

Completed in 1818 milliseconds

<<31323334353637383940>>