HomeSort by relevance Sort by last modified time
    Searched full:currentwritableaccounts (Results 1 - 1 of 1) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 153 final List<AccountWithDataSet> currentWritableAccounts = getWritableAccounts();
154 if (currentWritableAccounts.size() == 1) {
155 return currentWritableAccounts.get(0);
221 final List<AccountWithDataSet> currentWritableAccounts = getWritableAccounts();
235 && currentWritableAccounts.size() > 0) {

Completed in 198 milliseconds