Home | History | Annotate | Download | only in os

Lines Matching defs:isInteractive

1029       * the device.  This method has been replaced by {@link #isInteractive}.
1039 * @deprecated Use {@link #isInteractive} instead.
1043 return isInteractive();
1080 public boolean isInteractive() {
1082 return mService.isInteractive();