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

  /external/chromium_org/chrome/test/functional/
chromeos_login.py 37 def _ValidCredentials(self, account_type='test_google_account'):
43 return self.GetPrivateInfo()[account_type]
129 credentials = self._ValidCredentials(account_type='test_domain_account')
297 def _ValidCredentials(self, account_type='test_google_account'):
303 return self.GetPrivateInfo()[account_type]
342 def _ValidCredentials(self, account_type='test_google_account'):
348 return self.GetPrivateInfo()[account_type]
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 150 const char* account_type = allow_hosted_accounts == HostedAccountsAllowed ? local
159 account_type,
168 account_type,
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 255 parser.add_option('--account_type', default='GOOGLE', dest='account_type',
288 client.account_type = options.account_type
289 print 'Logging in as %s (%s)' % (client.email, client.account_type)
  /frameworks/base/core/java/android/accounts/
GrantCredentialsPermissionActivity.java 132 ((TextView) findViewById(R.id.account_type)).setText(accountTypeLabel);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 120 String accountType = mCursor.getString(GroupListLoader.ACCOUNT_TYPE);
133 String previousGroupAccountType = mCursor.getString(GroupListLoader.ACCOUNT_TYPE);
223 accountType = (TextView) view.findViewById(R.id.account_type);
GroupEditorFragment.java 413 TextView accountTypeTextView = (TextView) editorView.findViewById(R.id.account_type);
481 mAccountType = cursor.getString(GroupMetaDataLoader.ACCOUNT_TYPE);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupType.java 91 LayoutInflater.from(this).inflate(R.layout.account_type, parent);
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.cc 254 const char* account_type = allow_hosted_accounts == HostedAccountsAllowed ? local
263 account_type,
272 account_type,
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 186 account_type = "GOOGLE"
189 account_type = "HOSTED"
197 "accountType": account_type,
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 186 account_type = "GOOGLE"
189 account_type = "HOSTED"
197 "accountType": account_type,
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 186 account_type = "GOOGLE"
189 account_type = "HOSTED"
197 "accountType": account_type,
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload.py 186 account_type = "GOOGLE"
189 account_type = "HOSTED"
197 "accountType": account_type,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 105 mAccountTypeTextView = (TextView) findViewById(R.id.account_type);
RawContactEditorView.java 149 mAccountTypeTextView = (TextView) findViewById(R.id.account_type);
410 String type = mGroupMetaData.getString(GroupMetaDataLoader.ACCOUNT_TYPE);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 63 + " AND " + Calendars.ACCOUNT_TYPE + "=?";
123 Calendars.ACCOUNT_TYPE
390 int accountTypeColumn = cursor.getColumnIndexOrThrow(Calendars.ACCOUNT_TYPE);
396 setText(view, R.id.account_type, accountLabel.toString());
403 int accountTypeColumn = groupCursor.getColumnIndexOrThrow(Calendars.ACCOUNT_TYPE);
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 2939 milliseconds