HomeSort by relevance Sort by last modified time
    Searched refs:System (Results 1701 - 1725 of 2091) sorted by null

<<61626364656667686970>>

  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 295 System.arraycopy(mStateSets, 0, newStateSets, 0, oldSize);
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 65 System.arraycopy(mMat, 0, src, 0, 16);
Type.java 183 System.arraycopy(mEntries, 0, en, 0, mEntries.length);
  /frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java 275 // to avoid injecting bad NTP time, we reject any time fixes that differ from system time
494 long now = System.currentTimeMillis();
501 + " system time offset: " + systemTimeOffset);
503 // sanity check NTP time and do not use if it is too far from system time
510 Log.e(TAG, "NTP time differs from system time by " + systemTimeOffset
567 * satellite-based positioning system (e.g., GPS), false
    [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java 82 System.loadLibrary("exif");
MediaRecorder.java 61 System.loadLibrary("media_jni");
677 * just uses the EventHandler system to post the event back to the main app thread.
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 122 * run by the system, but others can be created for testing and other purposes.
163 long lastTrim = System.currentTimeMillis();
191 long now = System.currentTimeMillis();
594 long t = System.currentTimeMillis();
645 long cutoffMillis = System.currentTimeMillis() - ageSeconds * 1000;
NativeDaemonConnector.java 146 System.arraycopy(buffer, start, buffer, 0, remaining);
Watchdog.java 108 final MemMonitor mSystemMemMonitor = new MemMonitor("system",
420 mBootTime = System.currentTimeMillis();
472 * Check memory usage in the system, scheduling kills/reboots as needed.
489 curTime = System.currentTimeMillis();
492 // How is the system doing?
628 now = System.currentTimeMillis();
682 * Perform a full reboot of the system.
685 Slog.i(TAG, "Rebooting system because: " + reason);
711 * @param curTime The current system time.
737 * @param curTime The current system time
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 179 + Integer.toHexString(System.identityHashCode(this))
  /frameworks/base/test-runner/src/android/test/
TestListActivity.java 135 System.arraycopy(children, 0, mTests, 0, len);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 121 System.err.println(message);
130 System.err.println(message);
134 System.out.println(message);
178 final String debug = System.getenv("DEBUG_LAYOUT");
    [all...]
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlertFullScreen.java 154 final long snoozeTime = System.currentTimeMillis()
246 // Do this on key down to handle a few of the system keys.
AlarmReceiver.java 76 long now = System.currentTimeMillis();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 164 System.gc();
  /packages/apps/Calendar/src/com/android/calendar/
AgendaActivity.java 38 import dalvik.system.VMRuntime;
119 millis = System.currentTimeMillis();
AgendaListView.java 87 goToTime = System.currentTimeMillis();
Utils.java 163 millis = System.currentTimeMillis();
  /packages/apps/Calendar/tests/src/com/android/calendar/
FormatDateRangeTest.java 52 date1.set(System.currentTimeMillis());
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 215 c.setTimeInMillis(System.currentTimeMillis());
AlarmAlertFullScreen.java 157 final long snoozeTime = System.currentTimeMillis()
251 // Do this on key down to handle a few of the system keys.
AlarmReceiver.java 76 long now = System.currentTimeMillis();
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 299 mRequestTime = System.currentTimeMillis();
  /packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java 30 * General File System utilities.
32 * This class provides static utility methods for general file system
54 /** Operating system state flag for error. */
56 /** Operating system state flag for neither Unix nor Windows. */
58 /** Operating system state flag for Windows. */
60 /** Operating system state flag for Unix. */
62 /** Operating system state flag for Posix flavour Unix. */
65 /** The operating system flag. */
70 String osName = System.getProperty("os.name");
155 * If your operating system isn't supported, please raise a JIRA call detailing
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 36 ContentTypeParser parser = new ContentTypeParser(System.in);

Completed in 416 milliseconds

<<61626364656667686970>>