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

<<71727374757677787980>>

  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 27 import android.database.Cursor;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 92 // parent will be in the database.
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
BitmapUtils.java 20 import android.database.Cursor;
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 69 * icon bitmaps that are stored in the database (which were 74x74 pixels at hdpi size)
  /packages/apps/Mms/tests/src/com/android/mms/ui/
MultiPartSmsTests.java 26 import android.database.Cursor;
  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 32 import android.database.Cursor;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewTwoPane.java 33 import android.database.DataSetObserver;
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 28 import android.database.Cursor;
BrightnessPreference.java 21 import android.database.ContentObserver;
DisplaySettings.java 27 import android.database.ContentObserver;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GoogleSource.java 31 import android.database.Cursor;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 410 * Report download progress through the database if necessary.
466 * Called when we've reached the end of the HTTP response stream, to update the database and
545 * file and updating the database.
590 * Update necessary database fields based on values of HTTP response headers that have been
    [all...]
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 37 import android.database.Cursor;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp_prot.h 4 * are the NIS database servers, and the NIS binders.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncPerf.java 98 * Constructs a graph of network and database stats.
  /development/testrunner/
test_defs.xml 276 <test name="cts-database"
277 build_path="cts/tests/tests/database"
278 package="com.android.cts.database"
  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 52 // history database's query, not just the autocomplete provider.
171 // into the main database.
485 // database.
  /external/collada/include/dae/
daeElement.h 306 * Finds the database document associated with @c this element.
307 * @return Returns the @c daeDocument representing the containing file or database
324 * Sets the database document associated with this element.
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 235 * origin has exceeded its database quota.
237 * @param databaseIdentifier the id of the database that caused the
240 * @param estimatedSize The estimated size of the database
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 64 #if ENABLE(DATABASE)
586 #if ENABLE(DATABASE)
595 g_signal_emit_by_name(m_webView, "database-quota-exceeded", webFrame, webDatabase);
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 510 WebKitIconDatabase* database = webkit_get_icon_database(); local
513 webkit_icon_database_set_path(database, iconDatabasePath.get());
515 webkit_icon_database_set_path(database, 0);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.c 2 * HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
14 * This is an example implementation of the EAP-SIM/AKA database/authentication
646 "database/authenticator\n"
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 2 * HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
14 * This is an example implementation of the EAP-SIM/AKA database/authentication
647 "database/authenticator\n"
  /frameworks/base/core/java/android/database/
CursorWindow.java 17 package android.database;
22 import android.database.sqlite.SQLiteClosable;
23 import android.database.sqlite.SQLiteException;
  /frameworks/base/docs/html/guide/topics/fundamentals/
loaders.jd 104 android.database.Cursor}. This class implements the {@link
329 android.database.Cursor#close close()} on it yourself. If the cursor is being
332 old {@link android.database.Cursor} is not closed. For example:</p>

Completed in 2115 milliseconds

<<71727374757677787980>>