Searched defs:login (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DDeviceAccountLogin.java39 // Current state of the login.
71 // Handle the automatic login case where the service gave us an
128 public void login(int accountIndex, AutoLoginCallback cb) { method in class:DeviceAccountLogin
H A DTab.java176 // State of the auto-login request.
359 // Cancel the auto-login process.
627 // Called by DeviceAccountLogin when the Tab needs to have the auto-login UI
629 void setDeviceAccountLogin(DeviceAccountLogin login) { argument
630 mDeviceAccountLogin = login;
633 // Returns non-null if the title bar should display the auto-login UI.
/packages/apps/Email/src/com/android/email/provider/
H A DDBHelper.java1364 private static void createAccountManagerAccount(Context context, String login, String type, argument
1368 if (isAccountPresent(accountManager, login, type)) {
1372 LogUtils.v("Email", "Creating account %s %s", login, type);
1373 final android.accounts.Account amAccount = new android.accounts.Account(login, type);

Completed in 69 milliseconds