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

<<81828384

  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 591 String contentId = "Image" + System.currentTimeMillis();
    [all...]
SlideEditorActivity.java 598 if (Settings.System.DEFAULT_RINGTONE_URI.equals(uri)) {
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 766 (System.currentTimeMillis() - dc.getConnectionTime())/1000;
    [all...]
  /packages/apps/Settings/src/com/android/settings/battery_history/
BatteryHistory.java 183 System.arraycopy(mPackages, 0, mPackageNames, 0, mPackages.length);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 506 final long WIFI_BPS = 1000000; // TODO: Extract average bit rates from system
507 final long MOBILE_BPS = 200000; // TODO: Extract average bit rates from system
666 System.arraycopy(packages, 0, packageLabels, 0, packages.length);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 38 System.loadLibrary( "wnndict" );
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /external/blktrace/btt/doc/
btt.tex 155 in the system. This provides some idea as to how quickly IOs are
213 A key measurement when making changes in the system (software \emph{or}
433 for the system, devices and processes. The details of this file are
482 ``Grace is a WYSIWYG 2D plotting tool for the X Window System and
495 # Total System
496 # Total System : q activity
519 What this indicates is that there was q activity for the system
527 \item First there is the total system activity -- meaning activity
547 When the black line (system Q activity) is \emph{high}, then the system
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java 131 * Regular layout - usually an unsolicited layout from the view system
834 + Integer.toHexString(System.identityHashCode(this))
    [all...]
ListView.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 380 // a system dialog in PhoneUtils.displayMMIComplete(), we
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Formatter.java 301 * <td width="25%">Newline. (The value of the system property {@code "line.separator"}.)</td>
    [all...]
Scanner.java 50 * System.out.println(s.nextInt(16));
51 * System.out.println(s.nextBoolean());
    [all...]
  /dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java 127 System.out.println(e.getMessage());
598 // // System.out.println(m.matches());
600 // // System.out.println(m.matches());
602 // // System.out.println(m.matches());
606 // System.out.println(m.matches());
608 // System.out.println(m.matches());
610 // System.out.println(m.matches());
613 // System.out.println(m.matches());
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 351 * the language should be determined from the system environment.
367 * the language should be determined from the system environment.
1004 System.out.println(
1029 * but if not, use default locale on the system.
1048 // default from the system.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 226 System.getProperty("user.dir") + File.separator + "dummy.xsl");
527 dtd.append(" SYSTEM \"");
    [all...]
LSSerializerImpl.java 78 return System.getProperty("line.separator");
    [all...]
  /external/clearsilver/
configure 2 # Guess values for system-dependent variables and create Makefiles.
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
834 System types:
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 248 LDFLAGS += -F/System/Library/PrivateFrameworks -framework Apple80211
  /frameworks/base/core/java/android/net/
Uri.java 958 System.arraycopy(segments, 0, expanded, 0, segments.length);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 630 System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS, flags));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 644 * persisting in cases where the system wants to reclaim our process.
671 // process from being reclaimed by the system.
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ChatView.java     [all...]

Completed in 1149 milliseconds

<<81828384