HomeSort by relevance Sort by last modified time
    Searched refs:Constants (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /libcore/sqlite-jdbc/src/main/java/SQLite/
Database.java 30 mode = SQLite.Constants.SQLITE_OPEN_READWRITE |
31 SQLite.Constants.SQLITE_OPEN_CREATE;
33 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
59 mode = SQLite.Constants.SQLITE_OPEN_READWRITE |
60 SQLite.Constants.SQLITE_OPEN_CREATE;
62 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
89 mode = SQLite.Constants.SQLITE_OPEN_READWRITE |
90 SQLite.Constants.SQLITE_OPEN_CREATE;
92 mode = SQLite.Constants.SQLITE_OPEN_READONLY;
496 * @param type return type code, e.g. SQLite.Constants.SQLITE_NUMERI
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 37 import com.example.android.samplesync.Constants;
157 final Account account = new Account(mUsername, Constants.ACCOUNT_TYPE);
178 final Account account = new Account(mUsername, Constants.ACCOUNT_TYPE);
192 .putExtra(AccountManager.KEY_ACCOUNT_TYPE, Constants.ACCOUNT_TYPE);
194 && mAuthtokenType.equals(Constants.AUTHTOKEN_TYPE)) {
Authenticator.java 27 import com.example.android.samplesync.Constants;
102 if (!authTokenType.equals(Constants.AUTHTOKEN_TYPE)) {
117 Constants.ACCOUNT_TYPE);
140 if (authTokenType.equals(Constants.AUTHTOKEN_TYPE)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 59 private static final boolean D = Constants.DEBUG;
60 private static final boolean V = Constants.VERBOSE;
148 Constants.THIS_PACKAGE_NAME);
154 } else if (action.equals(Constants.ACTION_OPEN)) {
160 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
BluetoothOppBtEnablingActivity.java 58 private static final boolean D = Constants.DEBUG;
60 private static final boolean V = Constants.VERBOSE;
BluetoothOppLiveFolder.java 73 Constants.ACTION_OPEN, BluetoothShare.CONTENT_URI));
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...]
TestActivity.java 118 Log.v(Constants.TAG, " Get share intent with Uri " + stream + " mimetype is "
120 // Log.v(Constants.TAG, " trying Uri function " +
134 * Log.v(Constants.TAG, "insert contentUri: " + contentUri);
172 * String id = contentUri.getPathSegments().get(1); Log.v(Constants.TAG,
205 * BluetoothShare.TIMESTAMP}, null, null, null); Log.v(Constants.TAG,
222 Log.v(Constants.TAG, "Send to address " + address);
231 Log.v(Constants.TAG, "Send media no. " + media);
262 Log.v(Constants.TAG, "parseInt " + records);
269 Log.v(Constants.TAG, "insert contentUri: " + contentUri);
271 Log.v(Constants.TAG, "currentInsert = " + currentInsert)
    [all...]
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);
BluetoothOppSendFileInfo.java 55 private static final boolean D = Constants.DEBUG;
57 private static final boolean V = Constants.VERBOSE;
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemElement.java 143 * @see org.apache.xalan.templates.Constants
149 return Constants.ELEMNAME_ELEMENT;
159 return Constants.ELEMNAME_ELEMENT_STRING;
220 new Object[]{ Constants.ATTRNAME_NAME, nodeName });
ElemExtensionDecl.java 190 * @see org.apache.xalan.templates.Constants
196 return Constants.ELEMNAME_EXTENSIONDECL;
213 if (Constants.ELEMNAME_EXTENSIONSCRIPT == child.getXSLToken())
221 if (Constants.ELEMNAME_TEXTLITERALRESULT
294 if (Constants.ELEMNAME_EXTENSIONSCRIPT == child.getXSLToken())
305 if (Constants.ELEMNAME_TEXTLITERALRESULT
ElemTemplate.java 300 * @see org.apache.xalan.templates.Constants
306 return Constants.ELEMNAME_TEMPLATE;
316 return Constants.ELEMNAME_TEMPLATE_STRING;
ElemValueOf.java 157 * Constants class.
158 * @see org.apache.xalan.templates.Constants
162 return Constants.ELEMNAME_VALUEOF;
194 return Constants.ELEMNAME_VALUEOF_STRING;
ElemWithParam.java 124 * Constants class.
125 * @see org.apache.xalan.templates.Constants
129 return Constants.ELEMNAME_WITHPARAM;
140 return Constants.ELEMNAME_WITHPARAM_STRING;
RedundentExprEliminator.java 57 static final String PSUEDOVARNAMESPACE = Constants.S_VENDORURL+"/xalan/psuedovar";
926 if ((null != ete) && (Constants.ELEMNAME_PARAMVARIABLE == ete.getXSLToken()))
935 if ((null != ete) && Constants.ELEMNAME_PARAMVARIABLE != ete.getXSLToken())
963 case Constants.ELEMNAME_PARAMVARIABLE:
965 case Constants.ELEMNAME_TEMPLATE:
966 case Constants.ELEMNAME_STYLESHEET:
    [all...]
ElemTextLiteral.java 175 * Constants class.
176 * @see org.apache.xalan.templates.Constants
180 return Constants.ELEMNAME_TEXTLITERALRESULT;
ElemVariable.java 196 * Constants class.
197 * @see org.apache.xalan.templates.Constants
201 return Constants.ELEMNAME_VARIABLE;
211 return Constants.ELEMNAME_VARIABLE_STRING;
414 if (Constants.ELEMNAME_VALUEOF == etype)
427 else if (Constants.ELEMNAME_TEXTLITERALRESULT == etype)
ElemNumber.java 243 private int m_level = Constants.NUMBERLEVEL_SINGLE;
528 * @see org.apache.xalan.templates.Constants
534 return Constants.ELEMNAME_NUMBER;
544 return Constants.ELEMNAME_NUMBER_STRING;
812 if (Constants.NUMBERLEVEL_ANY == m_level)
821 Constants.NUMBERLEVEL_SINGLE == m_level);
859 if (Constants.NUMBERLEVEL_ANY == m_level)
949 if (Constants.NUMBERLEVEL_ANY == m_level)
    [all...]
ElemCopyOf.java 94 * @see org.apache.xalan.templates.Constants
100 return Constants.ELEMNAME_COPY_OF;
110 return Constants.ELEMNAME_COPY_OF_STRING;
FuncFormatNumb.java 118 dfs.setInfinity(Constants.ATTRVAL_INFINITY);
119 dfs.setNaN(Constants.ATTRVAL_NAN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 24 import org.osgi.framework.Constants;
93 Constants.BUNDLE_VERSION);
  /libcore/luni/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 85 namespace = Constants.S_XMLNAMESPACEURI;
  /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 {
DownloadNotification.java 196 Intent intent = new Intent(Constants.ACTION_LIST);
232 intent = new Intent(Constants.ACTION_LIST);
237 intent = new Intent(Constants.ACTION_OPEN);
239 intent = new Intent(Constants.ACTION_LIST);
250 intent = new Intent(Constants.ACTION_HIDE);

Completed in 340 milliseconds

1 23 4 5