HomeSort by relevance Sort by last modified time
    Searched defs:isOn (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/security/src/main/java/java/security/
DigestInputStream.java 36 private boolean isOn = true;
88 if (isOn && (byteRead != -1)) {
121 if (isOn && (bytesRead != -1)) {
137 isOn = on;
149 (isOn ? ", is on" : ", is off"); //$NON-NLS-1$ //$NON-NLS-2$
DigestOutputStream.java 36 private boolean isOn = true;
83 if (isOn) {
106 if (isOn) {
122 isOn = on;
134 (isOn ? ", is on" : ", is off"); //$NON-NLS-1$ //$NON-NLS-2$
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 43 public boolean isOn() /* and available...*/ {
169 * Fires on any transition into RadioState.isOn()
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1612 milliseconds