HomeSort by relevance Sort by last modified time
    Searched refs:countString (Results 1 - 12 of 12) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
BottomNavItem.java 72 String countString = String.format(Integer.toString(count));
79 countString = getContext().getString(R.string.bottom_nav_count_99_plus);
81 countString = getContext().getString(R.string.bottom_nav_count_9_plus);
84 notificationBadge.setText(countString);
87 if (countString.length() == 1) {
89 } else if (countString.length() == 2) {
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 97 String countString = getResources().getQuantityString(R.plurals.search_results,
99 mTextView.setText(countString);
  /frameworks/base/core/java/android/util/proto/
ProtoOutputStream.java     [all...]
  /external/autotest/frontend/client/src/autotest/afe/
JobDetailView.java 201 String countString = AfeUtils.formatStatusCounts(counts, ", ");
202 showText(countString, "view_status");
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 561 String countString = getCountString(transformer, sourceNode);
565 transformer.getResultTreeHandler().characters(countString.toCharArray(),
566 0, countString.length());
    [all...]
  /external/v8/src/inspector/
v8-console.cc 369 String16 countString = String16::fromInteger(count);
372 title.isEmpty() ? countString : (title + ": " + countString));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile.go 593 addValues := func(countString, sizeString string, label string) error {
594 count, err := strconv.ParseInt(countString, 10, 64)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile.go 593 addValues := func(countString, sizeString string, label string) error {
594 count, err := strconv.ParseInt(countString, 10, 64)
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1083 milliseconds