Searched refs:INITIAL_ACCOUNTS_ARRAY (Results 1 – 1 of 1) sorted by relevance
232 private static final AccountAndUser[] INITIAL_ACCOUNTS_ARRAY = new AccountAndUser[0]; field in SyncManager235 private volatile AccountAndUser[] mRunningAccounts = INITIAL_ACCOUNTS_ARRAY;2198 if (accounts != INITIAL_ACCOUNTS_ARRAY) { in dumpSyncState()