HomeSort by relevance Sort by last modified time
    Searched defs:Constants (Results 1 - 20 of 20) sorted by null

  /build/tools/droiddoc/templates/
class.cs 17 <?cs if:subcount(cl.constants) ?>
46 <?cs if:subcount(class.constants) ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#constants">Constants</a>
51 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
318 <?cs if:subcount(class.constants) ?>
321 <table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
322 <?cs call:write_constant_summary(class.constants, 1) ?>
326 <?cs # if there are inherited constants, write the table ?
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/
Constants.java 19 public class Constants {
  /packages/apps/Contacts/src/com/android/contacts/util/
Constants.java 27 public class Constants {
  /libcore/luni/src/main/java/org/apache/xml/utils/
Constants.java 19 * $Id: Constants.java 468655 2006-10-28 07:12:06Z minchau $
24 * Primary constants used by the XSLT Processor
27 public class Constants
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 47 * Bluetooth OPP internal constants definition
49 public class Constants {
193 Constants.sendIntentIfCompleted(context, contentUri, status);
BluetoothOppBatch.java 64 private static final boolean D = Constants.DEBUG;
65 private static final boolean V = Constants.VERBOSE;
113 mStatus = Constants.BATCH_STATUS_PENDING;
175 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED);
BluetoothOppObexClientSession.java 63 private static final boolean D = Constants.DEBUG;
64 private static final boolean V = Constants.VERBOSE;
275 Constants.updateShareStatus(mContext1, mInfo.mId, status);
302 Constants.updateShareStatus(mContext1, mInfo.mId, fileInfo.mStatus);
338 Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING);
353 Constants.updateShareStatus(mContext1, mInfo.mId, status);
369 Constants.updateShareStatus(mContext1, mInfo.mId, status);
515 Constants.updateShareStatus(mContext1, mInfo.mId, status);
533 Constants.updateShareStatus(mContext1, mInfo.mId, status);
BluetoothOppObexServerSession.java 66 private static final boolean D = Constants.DEBUG;
67 private static final boolean V = Constants.VERBOSE;
186 if (V) Constants.logHeader(request);
235 && (mimeType == null || (!Constants.mimeTypeMatches(mimeType,
236 Constants.ACCEPTABLE_SHARE_INBOUND_TYPES)))) {
281 in.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
342 Constants.updateShareStatus(mContext, mInfo.mId, status);
362 Constants.updateShareStatus(mContext, mInfo.mId, status);
399 Constants.updateShareStatus(mContext, mInfo.mId, status);
520 if (V) Constants.logHeader(request)
    [all...]
BluetoothOppTransfer.java 71 private static final boolean D = Constants.DEBUG;
73 private static final boolean V = Constants.VERBOSE;
160 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
173 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
219 mBatch.mStatus = Constants.BATCH_STATUS_FINISHED;
231 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
250 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
349 Constants.sendIntentIfCompleted(mContext, contentUri, info.mStatus);
389 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
441 mBatch.mStatus = Constants.BATCH_STATUS_RUNNING
    [all...]
BluetoothOppService.java 72 private static final boolean D = Constants.DEBUG;
73 private static final boolean V = Constants.VERBOSE;
231 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK);
244 updateValues1.put(Constants.MEDIA_SCANNED,
245 Constants.MEDIA_SCANNED_SCANNED_FAILED);
271 } else if (Constants.USE_TCP_DEBUG && !Constants.USE_TCP_SIMPLE_SERVER){
536 cursor.getInt(cursor.getColumnIndexOrThrow(Constants.MEDIA_SCANNED)) != Constants.MEDIA_SCANNED_NOT_SCANNED)
    [all...]
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 54 public static class Constants implements Columns {
  /external/dropbear/libtommath/
bn.tex 640 \section{Small Constants}
641 Setting mp\_ints to small constants is a relatively common operation. To accomodate these instances there are two
681 \subsection{Long Constants}
738 \subsection{Initialize and Setting Constants}
739 To both initialize and set small constants the following two functions are available.
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 23 * Contains the internal constants that are used in the download manager.
24 * As a general rule, modifying these constants should be done with care.
26 public class Constants {
  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java 45 import SQLite.Constants;
455 .error_string(Constants.SQLITE_LOCKED));
580 // db.error_string(Constants.SQLITE_LOCKED));
611 // // db.error_string(Constants.SQLITE_LOCKED));
707 db.error_string(Constants.SQLITE_LOCKED));
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Constants.java 6 * Container for SQLite constants.
12 public final class Constants {
  /libcore/luni/src/main/java/org/apache/xalan/templates/
Constants.java 19 * $Id: Constants.java 468643 2006-10-28 06:56:03Z minchau $
25 * Primary constants used in the TransformerImpl classes.
28 public class Constants extends org.apache.xml.utils.Constants
  /prebuilt/common/osgi/
osgi.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 274 milliseconds