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

  /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,
  /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 121 String accountType = mCursor.getString(GroupListLoader.ACCOUNT_TYPE);
134 String previousGroupAccountType = mCursor.getString(GroupListLoader.ACCOUNT_TYPE);
224 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...]
  /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...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 56 + " AND " + Calendars.ACCOUNT_TYPE + "=?";
320 int accountTypeColumn = cursor.getColumnIndexOrThrow(Calendars.ACCOUNT_TYPE);
326 setText(view, R.id.account_type, accountLabel.toString());
333 int accountTypeColumn = groupCursor.getColumnIndexOrThrow(Calendars.ACCOUNT_TYPE);
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 141 mAccountTypeTextView = (TextView) findViewById(R.id.account_type);
366 String accountType = mState.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
372 String type = mGroupMetaData.getString(GroupMetaDataLoader.ACCOUNT_TYPE);
RawContactReadOnlyEditorView.java 105 mAccountTypeTextView = (TextView) findViewById(R.id.account_type);
129 mAccountType = values.getAsString(RawContacts.ACCOUNT_TYPE);
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 1950 milliseconds