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

<<31323334

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 97 System.gc();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 48 * composited into the Android view system.
66 * View system input event methods. If your application does not need to override event
203 * Log GL calls to the system log at "verbose" level with tag "GLSurfaceView".
472 * Using RENDERMODE_WHEN_DIRTY can improve battery life and overall system performance
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 53 * Performs backup and restore of the System and Secure settings.
60 private static final String KEY_SYSTEM = "system";
99 "/system/etc/wifi/wpa_supplicant.conf";
161 restoreSettings(data, Settings.System.CONTENT_URI);
246 // system settings data first
251 restoreSettings(buffer, nBytes, Settings.System.CONTENT_URI);
351 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
354 return extractRelevantValues(cursor, Settings.System.SETTINGS_TO_BACKUP);
390 } else if (contentUri.equals(Settings.System.CONTENT_URI)) {
391 whitelist = Settings.System.SETTINGS_TO_BACKUP
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 211 ? System.currentTimeMillis() - SystemClock.elapsedRealtime()
258 int gmtOffset = zone.getOffset(System.currentTimeMillis());
440 final long now = System.currentTimeMillis();
598 sb.append(Integer.toHexString(System.identityHashCode(this)));
641 final long nowRTC = System.currentTimeMillis();
715 final long nowRTC = System.currentTimeMillis();
759 int gmtOffset = zone.getOffset(System.currentTimeMillis());
767 final long currentTime = System.currentTimeMillis();
783 calendar.setTimeInMillis(System.currentTimeMillis());
    [all...]
NotificationManagerService.java 185 + Integer.toHexString(System.identityHashCode(this))
221 + Integer.toHexString(System.identityHashCode(this))
372 resolver.registerContentObserver(Settings.System.getUriFor(
373 Settings.System.NOTIFICATION_LIGHT_PULSE), false, this);
383 boolean pulseEnabled = Settings.System.getInt(resolver,
384 Settings.System.NOTIFICATION_LIGHT_PULSE, 0) != 0;
670 // Not exposed via Binder; for system use only (otherwise malicious apps could spoof the
803 uri = Settings.System.DEFAULT_NOTIFICATION_URI;
    [all...]
ThrottleService.java 248 : System.currentTimeMillis();
249 long localNow = System.currentTimeMillis();
254 // return time in the local, system wall time, correcting for the use of ntp
267 // return time in the local, system wall time, correcting for the use of ntp
340 // use a new thread as we don't want to stall the system for file writes
643 long now = System.currentTimeMillis();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 316 * stored at the Voice Mail System. This element is used by the
508 System.arraycopy(fullData, 1, result.data, 0, fullData.length - 1);
527 System.arraycopy(udhData, 0, uData.payload, 1, udhData.length);
543 System.arraycopy(udhData, 0, uData.payload, 1, udhData.length);
544 System.arraycopy(payload, 0, uData.payload, udhBytes + udhPadding, payload.length);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java     [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 20 import dalvik.system.VMStack;
463 * enabled. Only trusted subclasses (loaded with system class loader) are
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 87 System.setProperty(HANDLER_PKGS, "fake|org.apache.harmony.luni.tests.java.net");
527 File tmpDir = new File(System.getProperty("java.io.tmpdir"));
574 System.out.println("connection failed");
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 62 * The test needs certstore file placed in system classpath
64 * default KeyStore installed in the system in lower case.
66 * For example: if default KeyStore type in the system is BKS
174 System.out.println("Expected exception was thrown: " + e.getMessage());
524 * (Authenticator was not set up in the system).
552 System.out.println("Got expected IOException: "
587 System.out.println("Expected exception was thrown: "
600 System.out.println();
601 System.out.println("------------------------");
602 System.out.println("------ " + getName())
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 73 System.out.println("Error in test setup: "+e.getMessage());
84 System.out.println("Error in teardown: "+e.getMessage());
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 70 private static final char[] SYSTEM = { 'S', 'Y', 'S', 'T', 'E', 'M' };
228 System.arraycopy(
296 System.arraycopy(arr, 0, bigger, 0, arr.length);
605 * SYSTEM "quoted system name"
606 * PUBLIC "quoted public id" "quoted system name"
608 * If the system name is not required, this also supports lone public IDs of
620 read(SYSTEM);
638 return true; // no system name!
883 * <!ENTITY foo SYSTEM "http://host/file"
    [all...]
  /packages/apps/Browser/src/com/android/browser/autocomplete/
SuggestiveAutoCompleteTextView.java 680 System.arraycopy(completions, 0, tmp, 0, realCount);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 363 System.gc();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 229 System.arraycopy(temp, 16, mMatrixValues, 0, 16);
235 System.arraycopy(temp, 0, mMatrixValues, 0, 16);
851 System.arraycopy(mMatrixValues, 0, config.mMatrix, 0, 16);
896 System.arraycopy(mMatrix, 0, canvas.mMatrixValues, 0, 16);
915 System.arraycopy(mMatrixValues, 0, mTempMatrix, 0, 16);
919 System.arraycopy(mTempMatrix, 0, mMatrixValues, 0, 16);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 694 System.arraycopy(certs, 0, array, 1, certs.length);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 588 long date = System.currentTimeMillis();
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 706 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 146 startCrunchTime = System.nanoTime();
166 + ((System.nanoTime() - startCrunchTime)/MILLION) + "ms"; //$NON-NLS-1$
198 startPackageTime = System.nanoTime();
257 + ((System.nanoTime() - startPackageTime)/MILLION) + "ms"; //$NON-NLS-1$
487 System.arraycopy(projectOutputs, 0, compiledPaths, 0, projectOutputs.length);
493 System.arraycopy(libraries, 0, compiledPaths, startIndex, libraries.length);
563 Map<String, String> envMap = new TreeMap<String, String>(System.getenv());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 424 // The error indicates the file system is not case sensitive
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 30 import dalvik.system.Zygote;
370 * system was ready. We don't start them at that point, but ensure they
701 * Set if we are shutting down the system, similar to sleeping.
724 * System monitoring: number of processes that died since the last
785 * Set to true after the system has finished booting.
1482 int system = mProcessStats.getLastSystemTime(); local
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 520 System.out.println(this + " requestChildFocus()");
666 System.out.println(this + " clearChildFocus()");
694 System.out.println(this + " unFocus()");
732 System.out.println("Find focus in " + this + ": flags="
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 200 // system-level error dialogs
395 // Behavior of ENDCALL Button. (See Settings.System.END_BUTTON_BEHAVIOR.)
439 resolver.registerContentObserver(Settings.System.getUriFor(
440 Settings.System.END_BUTTON_BEHAVIOR), false, this);
443 resolver.registerContentObserver(Settings.System.getUriFor(
444 Settings.System.ACCELEROMETER_ROTATION), false, this);
445 resolver.registerContentObserver(Settings.System.getUriFor(
446 Settings.System.USER_ROTATION), false, this);
447 resolver.registerContentObserver(Settings.System.getUriFor(
448 Settings.System.SCREEN_OFF_TIMEOUT), false, this)
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 332 * An LRU cache system is used to clean up databases for old external
354 long now = System.currentTimeMillis();
    [all...]

Completed in 1699 milliseconds

<<31323334