Home | History | Annotate | Download | only in os

Lines Matching refs:isInteractive

904       * the device.  This method has been replaced by {@link #isInteractive}.
914 * @deprecated Use {@link #isInteractive} instead.
918 return isInteractive();
955 public boolean isInteractive() {
957 return mService.isInteractive();