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

  /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);
  /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));

Completed in 371 milliseconds