HomeSort by relevance Sort by last modified time
    Searched full:database (Results 2151 - 2175 of 2940) sorted by null

<<81828384858687888990>>

  /frameworks/base/api/
current.txt     [all...]
  /frameworks/base/core/java/android/content/
ContentService.java 20 import android.database.IContentObserver;
21 import android.database.sqlite.SQLiteException;
  /frameworks/base/docs/html/guide/google/gcm/
gs.jd 196 // same device has more than on registration ID: update database
201 // application has been removed from device - unregister database
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
fields_index_changes.html 133 <nobr><A HREF="android.database.AbstractCursor.html#android.database.AbstractCursor.mUpdatedRows" class="hiddenlink" target="rightframe">mUpdatedRows</A>
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 22 import android.database.Cursor;
23 import android.database.sqlite.SQLiteException;
    [all...]
  /frameworks/base/media/java/android/media/
RingtoneManager.java 19 import com.android.internal.database.SortCursor;
27 import android.database.Cursor;
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileFilter.java 104 ignoreResultList.add("storage/database-lock-after-reload.html"); // Succeeds but DumpRenderTree does not read result correctly
106 ignoreResultList.add("storage/open-database-creation-callback-isolated-world.html"); // Requires layoutTestController.evaluateScriptInIsolatedWorld()
TestShellActivity.java 741 "UI DELEGATE DATABASE CALLBACK: " +
743 ", " + host + ", " + port + "} database:" +
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
Summarizer.java 23 import android.database.Cursor;
221 * We don't run the database I/O in a separate thread to avoid consumer/producer problem
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 28 import android.database.ContentObserver;
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 25 import android.database.Cursor;
276 // If a user types a string very quickly and database is slow, "constraint" refers to
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 37 import android.database.Cursor;
269 * This notifies the handler that the database has changed and it should
    [all...]
Event.java 24 import android.database.Cursor;
382 // Read the color from the database
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 27 import android.database.Cursor;
52 * CalendarAlerts database table. This class also receives the
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 32 import android.database.Cursor;
33 import android.database.MatrixCursor;
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogFragmentTest.java 30 import android.database.MatrixCursor;
80 * memory database.
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 22 import android.database.Cursor;
315 // update the attachment in the database as well
  /packages/apps/Email/src/com/android/email/widget/
EmailWidget.java 26 import android.database.Cursor;
94 // TODO Can this be moved to the loader and made a database 'LIMIT'?
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 40 * ProviderTestCase (which is a real provider running on a temp database). This would be more of
63 // Invalidate all caches, since we reset the database for each test
LegacyConversionsTests.java 42 import android.database.Cursor;
54 * ProviderTestCase (which is a real provider running on a temp database). This would be more of
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 33 import android.database.Cursor;
34 import android.database.CursorWrapper;
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 33 import android.database.Cursor;
471 } catch(UnsupportedOperationException ex) { // Database manipulation failure
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 37 import android.database.Cursor;
38 import android.database.DatabaseUtils;
39 import android.database.SQLException;
40 import android.database.sqlite.SQLiteDatabase;
41 import android.database.sqlite.SQLiteDoneException;
42 import android.database.sqlite.SQLiteQueryBuilder;
43 import android.database.sqlite.SQLiteStatement;
554 Log.i(TAG, "Bootstrapping database legacy support");
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 29 import android.database.Cursor;
30 import android.database.MatrixCursor;
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 21 import android.database.Cursor;
413 // make sure the row is gone from the database

Completed in 785 milliseconds

<<81828384858687888990>>