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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 63 public static final String PARAM_USERNAME = "username";
108 params.add(new BasicNameValuePair(PARAM_USERNAME, username));
178 params.add(new BasicNameValuePair(PARAM_USERNAME, account.name));
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 53 public static final String PARAM_USERNAME = "username";
102 mUsername = intent.getStringExtra(PARAM_USERNAME);
Authenticator.java 119 intent.putExtra(AuthenticatorActivity.PARAM_USERNAME, account.name);

Completed in 222 milliseconds