HomeSort by relevance Sort by last modified time
    Searched defs:System (Results 726 - 750 of 839) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 360 long startTime = System.currentTimeMillis();
362 if ((System.currentTimeMillis() - startTime) > timeout) {
426 long startTime = System.currentTimeMillis();
428 if ((System.currentTimeMillis() - startTime) > timeout) {
468 long startTime = System.currentTimeMillis();
470 if ((System.currentTimeMillis() - startTime) > timeout) {
565 long startTime = System.currentTimeMillis();
567 if ((System.currentTimeMillis() - startTime) > WIFI_SCAN_TIMEOUT) {
654 Settings.System.putInt(context.getContentResolver(), Settings.System.AIRPLANE_MODE_ON
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DownloadManagerBaseTest.java 466 // Change the system setting
467 Settings.System.putInt(mContext.getContentResolver(), Settings.System.AIRPLANE_MODE_ON,
475 while (Settings.System.getInt(mContext.getContentResolver(),
476 Settings.System.AIRPLANE_MODE_ON, -1) != state) {
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 685 System.arraycopy(mDrawables, 0, newDrawables, 0, oldSize);
LayerDrawable.java 192 System.arraycopy(st.mChildren, 0, nu, 0, i);
  /frameworks/base/icu4j/java/android/icu/text/
ArabicShaping.java 35 * hand, letters are normally stored abstract, and a display system is expected
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 54 import android.provider.Settings.System;
80 * will update our internal state, but in a separate thread will set the system
237 /** @see System#MODE_RINGER_STREAMS_AFFECTED */
243 /** @see System#MUTE_STREAMS_AFFECTED */
423 streams[i] = new VolumeStreamState(System.VOLUME_SETTINGS[STREAM_VOLUME_ALIAS[i]], i);
441 mRingerMode = System.getInt(cr, System.MODE_RINGER, AudioManager.RINGER_MODE_NORMAL);
446 System.putInt(cr, System.MODE_RINGER, mRingerMode);
449 mVibrateSetting = System.getInt(cr, System.VIBRATE_ON, 0)
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 61 System.loadLibrary("audioeffect_jni");
289 * System wide unique effect ID
357 * @param audioSession system wide unique audio session identifier.
446 * @param audioSession system wide unique audio session identifier.
813 * Returns effect unique identifier. This system wide unique identifier can
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaProperties.java 22 import java.lang.System;
398 System.arraycopy(tmpResolutions, 0,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorPreviewTest.java 134 System.gc();
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 120 System.gc();
143 System.gc();
151 System.gc();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 541 System.arraycopy(sTemp, 16, m, mOffset, 16);
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 244 mStartTime = System.currentTimeMillis();
251 addIntermediate(name, (System.currentTimeMillis() - mStartTime) * 1000000);
260 mEndTime = System.currentTimeMillis();
375 System.out.println("Test wasn't Runnable and didn't have a"
386 System.out.println("InstantiationException for " + className);
389 System.out.println("IllegalAccessException for " + className);
567 System.arraycopy(children, 0, allChildren, 0, children.length);
568 System.arraycopy(testChildren, 0, allChildren, children.length, testChildren.length);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 85 System.arraycopy(matrix.mValues, 0, mValues, 0, MATRIX_SIZE);
93 System.arraycopy(values, 0, mValues, 0, MATRIX_SIZE);
185 System.arraycopy(
237 System.arraycopy(src.mValues, 0, d.mValues, 0, MATRIX_SIZE);
732 System.arraycopy(d.mValues, 0, d.mValues, 0, MATRIX_SIZE);
742 System.arraycopy(values, 0, d.mValues, 0, MATRIX_SIZE);
873 System.arraycopy(values, 0, mValues, 0, MATRIX_SIZE);
934 System.arraycopy(tmpDest, dstIndex, dst, dstIndex, count);
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 131 System.arraycopy(s.value, s.offset, value, 0, s.count);
136 * Converts the byte array to a string using the system's
162 * Converts a subsequence of the byte array to a string using the system's
366 System.arraycopy(v, 0, value, 0, s);
389 System.arraycopy(cb.array(), 0, value, 0, count);
434 System.arraycopy(data, offset, value, 0, count);
474 System.arraycopy(s1.value, s1.offset, value, 0, s1.count);
475 System.arraycopy(s2.value, s2.offset, value, s1.count, s2.count);
495 System.arraycopy(s1.value, s1.offset, value, 0, s1.count);
496 System.arraycopy(s2.value, s2.offset, value, s1.count, s2.count)
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 209 System.arraycopy(issuerDN, 0, this.issuerBytes, 0, issuerDN.length);
231 System.arraycopy(issuerBytes, 0, result, 0, issuerBytes.length);
345 System.arraycopy(subjectKeyIdentifier, 0, this.subjectKeyIdentifier, 0,
360 System.arraycopy(subjectKeyIdentifier, 0, res, 0, res.length);
377 System.arraycopy(authorityKeyIdentifier, 0,
394 System.arraycopy(authorityKeyIdentifier, 0, res, 0, res.length);
533 System.arraycopy(key, 0, subjectPublicKey, 0, key.length);
563 System.arraycopy(keyUsage, 0, this.keyUsage, 0, keyUsage.length);
578 System.arraycopy(keyUsage, 0, result, 0, keyUsage.length);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 147 return System.nanoTime();
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 861 System.arraycopy(CONTENT_AS_BYTES, 0, expectedResult, 0,
863 System.arraycopy(CONTENT_AS_BYTES, 0, expectedResult,
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 128 System.out.println("Usage: XsltXPathConformanceTestSuite <catalog-xml>");
129 System.out.println();
130 System.out.println(" catalog-xml: an XML file describing an OASIS test suite");
131 System.out.println(" such as: " + defaultCatalogFile);
351 System.out.println("Purpose: " + purpose);
354 System.out.println("Spec: " + spec);
577 * mark, the corresponding character set will be used. Otherwise the system
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 428 System.arraycopy(caCertChain, 0, x509cc, 1, caCertChain.length);
485 long now = System.currentTimeMillis();
815 PrintStream out = System.out;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Util.java 71 // The brightness setting used when it is set to automatic in the system.
601 parameters.setGpsTimestamp(System.currentTimeMillis() / 1000);
642 int mode = Settings.System.getInt(resolver, Settings.System.SCREEN_BRIGHTNESS_MODE,
643 Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
644 if (mode == Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 313 System.arraycopy(src, 0, dest, 0, 16);
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcTag.java 433 System.arraycopy(mTechList, 0, mNewTechList, 0, mTechList.length);
438 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, mTechHandles.length);
443 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, mTechLibNfcTypes.length);
454 System.arraycopy(mTechList, 0, mNewTechList, 0, techIndex);
455 System.arraycopy(mTechList, techIndex + 1, mNewTechList, techIndex,
460 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, techIndex);
461 System.arraycopy(mTechHandles, techIndex + 1, mNewTechList, techIndex,
466 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, techIndex);
467 System.arraycopy(mTechLibNfcTypes, techIndex + 1, mNewTypeList, techIndex,
506 System.arraycopy(oldTechExtras, 0, newTechExtras, 0, oldTechExtras.length)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 76 // User dictionary, the system-managed one.
200 * before the main dictionary, if set. This refers to the system-managed user dictionary.
475 System.arraycopy(sortedScores, pos, sortedScores, pos + 1, prefMaxSuggestions - pos - 1);

Completed in 1420 milliseconds

<<21222324252627282930>>