Searched refs:getStateAsStringLocked (Results 1 – 1 of 1) sorted by relevance
587 + "): ignored on state " + getStateAsStringLocked()); in notifyViewEntered()719 + "): ignored on state " + getStateAsStringLocked()); in notifyViewEntered()808 + getStateAsStringLocked()); in notifyValueChanged()996 + ", flags=" + flags + ", state=" + getStateAsStringLocked()); in startSessionLocked()1001 + " on state " + getStateAsStringLocked()); in startSessionLocked()1027 if (sVerbose) Log.v(TAG, "finishSessionLocked(): " + getStateAsStringLocked()); in finishSessionLocked()1041 if (sVerbose) Log.v(TAG, "cancelSessionLocked(): " + getStateAsStringLocked()); in cancelSessionLocked()1515 pw.print(pfx); pw.print("state: "); pw.println(getStateAsStringLocked()); in dump()1532 private String getStateAsStringLocked() { in getStateAsStringLocked() method in AutofillManager