HomeSort by relevance Sort by last modified time
    Searched full:focusid (Results 1 - 1 of 1) sorted by null

  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 93 int focusId = mDialog.getCurrentFocus().getId();
103 if (focusId != 0) {
104 mDialog.findViewById(focusId).requestFocus();

Completed in 103 milliseconds