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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 166 * request. See onAuthenticationResult(). Sets the
184 * request. See onAuthenticationResult(). Sets the
216 public void onAuthenticationResult(String authToken) {
219 Log.i(TAG, "onAuthenticationResult(" + success + ")");
234 Log.e(TAG, "onAuthenticationResult: failed to authenticate");
315 onAuthenticationResult(authToken);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
AbstractActionHandler.java 170 onAuthenticationResult(resultCode);
175 private void onAuthenticationResult(int resultCode) {
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java 385 /** set to true when onInvisibleForAutofill is called, used by onAuthenticationResult */
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]

Completed in 223 milliseconds