Home | History | Annotate | Download | only in opp

Lines Matching refs:Constants

71     private static final boolean D = Constants.DEBUG;
73 private static final boolean V = Constants.VERBOSE;
152 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
198 mBatch.mStatus = Constants.BATCH_STATUS_FINISHED;
210 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
229 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
332 Constants.sendIntentIfCompleted(mContext, contentUri, info.mStatus);
372 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
424 mBatch.mStatus = Constants.BATCH_STATUS_RUNNING;
450 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
489 if (Constants.USE_TCP_DEBUG) {
490 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0);
547 if (!Constants.USE_TCP_DEBUG) {
563 if (Constants.USE_TCP_DEBUG) {
740 mBatch.mStatus = Constants.BATCH_STATUS_FINISHED;