Searched refs:mLocalAccount (Results 1 – 1 of 1) sorted by relevance
36 private final List<AccountWithDataSet> mLocalAccount; field in DeviceLocalAccountLocator41 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()