Searched refs:wasEmpty (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java527 boolean wasEmpty = false;
529 wasEmpty = mDiskWritesInFlight == 1;
531 if (wasEmpty) {
/frameworks/base/services/input/
H A DSpriteController.cpp77 bool wasEmpty = mLocked.invalidatedSprites.isEmpty(); local
79 if (wasEmpty) {
89 bool wasEmpty = mLocked.disposedSurfaces.isEmpty(); local
91 if (wasEmpty) {
H A DInputDispatcher.cpp1818 bool wasEmpty = connection->outboundQueue.isEmpty(); local
1835 if (wasEmpty && !connection->outboundQueue.isEmpty()) {
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1961 final boolean wasEmpty = mAccountsUpdatedListeners.isEmpty();
1965 if (wasEmpty) {

Completed in 2213 milliseconds