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 47 public static final String PARAM_USERNAME = "username";
85 mUsername = intent.getStringExtra(PARAM_USERNAME);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 57 public static final String PARAM_USERNAME = "username";
121 params.add(new BasicNameValuePair(PARAM_USERNAME, username));
216 params.add(new BasicNameValuePair(PARAM_USERNAME, account.name));
273 params.add(new BasicNameValuePair(PARAM_USERNAME, account.name));

Completed in 13 milliseconds