HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 1176 - 1200 of 2592) sorted by null

<<41424344454647484950>>

  /frameworks/base/core/java/android/webkit/
WebViewClient.java 52 * @param favicon The favicon for this page if it already exists in the
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStatementTest.java 49 if (mDatabaseFile.exists()) {
  /frameworks/base/docs/html/sdk/1.0_r1/
upgrading.jd 130 provided the activity and package already exists. It is important that the package and the activity
  /frameworks/base/docs/html/sdk/1.0_r2/
upgrading.jd 130 provided the activity and package already exists. It is important that the package and the activity
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 132 * <p>This method exists for implementation purpose only and should not be
  /frameworks/base/opengl/libagl/
TextureObjectManager.cpp 263 return result; // already exists!
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 258 if (!f.exists()) {
622 if (tempFile.exists()) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsMessageBase.java 179 * Returns the message body as a String, if it exists and is text based.
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 142 if not os.path.exists(bugreport_dir):
  /hardware/libhardware/include/hardware/
gralloc.h 79 /* FIXME: this only exists to work-around some issues with
  /hardware/libhardware_legacy/wifi/
wifi.c 287 /* Before starting the daemon, make sure its config file exists */
  /hardware/msm7k/libcamera/
camera_ifc.h 537 CAMERA_ERROR_EFS_FILE_ALREADY_EXISTS, /* File already exists */
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c 267 * Update a site's data in the table if it already exists, or create an entry if the site doesn't exist.
320 /* check if the SSID:BSSID pair already exists in the table */
326 TRACE0(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTable_UpdateEntry: entry already exists, updating\n");
327 /* BSSID exists: update its data */
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 165 if (!f.exists()) {
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeSource.java 218 // NOTE: even though a traditional "type" exists, for editing
  /packages/apps/Contacts/tests/src/com/android/contacts/
RecentCallsListActivityTests.java 219 * one exists already otherwise create one.
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 503 // * 23 EXISTS
519 if (response.mTag == null && response.get(1).equals("EXISTS")) {
570 public boolean exists() throws MessagingException { method in class:ImapStore.ImapFolder
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 229 boolean fileExistedAlready = file.exists();
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 226 // exists() true if name is INBOX
227 assertTrue(mFolder.exists());
228 assertTrue(folderMixedCaseInbox.exists());
229 assertFalse(folderNotInbox.exists());
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
DiskCache.java 109 // Check to see if the record already exists.
UriTexture.java 297 if (file.exists()) {
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 135 if (!u.exists()) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 136 if (!g2g.exists()) {
171 // g2g file exists, but is not loaded
230 if (!oe.exists()) {
469 if (oe.exists()) oe.delete();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 75 /** The constant for notifying dialog (Already exists the specified word) */

Completed in 360 milliseconds

<<41424344454647484950>>