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

  /external/chromium_org/ash/system/user/
accounts_detailed_view.cc 122 HoverHighlightView* add_account_button = new HoverHighlightView(this); local
129 add_account_button->AddLabel(
134 AddChildView(add_account_button);
135 add_account_button_ = add_account_button;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 68 mAddAccountButton = (Button) mView.findViewById(R.id.add_account_button);
156 case R.id.add_account_button:
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 95 final Button button = (Button) findViewById(R.id.add_account_button);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 136 mAddAccountButton = mRootView.findViewById(R.id.add_account_button);

Completed in 1542 milliseconds