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

  /packages/services/Telephony/src/com/android/phone/
NetworkOperatorPreference.java 43 public static final int NUMBER_OF_LEVELS = SignalStrength.NUM_SIGNAL_STRENGTH_BINS;
104 if (level < 0 || level >= NUMBER_OF_LEVELS) return;
109 iconId = SignalDrawable.getState(level, NUMBER_OF_LEVELS, false /* cutOut */);
NetworkSelectSetting.java 442 pref.setIcon(NetworkOperatorPreference.NUMBER_OF_LEVELS - 1);

Completed in 140 milliseconds