Home
last modified time | relevance | path

Searched refs:mLocalAccount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DDeviceLocalAccountLocator.java36 private final List<AccountWithDataSet> mLocalAccount; field in DeviceLocalAccountLocator
41 mLocalAccount = Collections.singletonList(AccountWithDataSet.getLocalAccount(context)); in DeviceLocalAccountLocator()
51 if (accounts.length > 0 && !mLocalAccount.get(0).hasData(mContext)) { in getDeviceLocalAccounts()
54 return mLocalAccount; in getDeviceLocalAccounts()