Searched defs:INITIAL_ACCOUNTS_ARRAY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncManager.java135 private volatile Account[] mAccounts = INITIAL_ACCOUNTS_ARRAY;
195 private static final Account[] INITIAL_ACCOUNTS_ARRAY = new Account[0]; field in class:SyncManager
204 final boolean justBootedUp = mAccounts == INITIAL_ACCOUNTS_ARRAY;
1041 if (accounts != INITIAL_ACCOUNTS_ARRAY) {
1828 if (accounts == INITIAL_ACCOUNTS_ARRAY) {

Completed in 54 milliseconds