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

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 65 int dashIndex = channelRange.indexOf('-');
66 if (dashIndex != -1) {
67 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim());
68 int endId = Integer.decode(channelRange.substring(dashIndex + 1).trim());
123 int dashIndex = channelRange.indexOf('-');
124 if (dashIndex != -1) {
125 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim());
126 int endId = Integer.decode(channelRange.substring(dashIndex + 1).trim());
  /frameworks/base/core/java/com/android/internal/util/
FileRotator.java 421 final int dashIndex = name.lastIndexOf('-');
424 if (dotIndex == -1 || dashIndex == -1) return false;
430 startMillis = Long.parseLong(name.substring(dotIndex + 1, dashIndex));
432 if (name.length() - dashIndex == 1) {
435 endMillis = Long.parseLong(name.substring(dashIndex + 1));
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java     [all...]
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 241 milliseconds