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

/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java507 boolean wasEmpty = false;
509 wasEmpty = mDiskWritesInFlight == 1;
511 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.cpp1925 bool wasEmpty = connection->outboundQueue.isEmpty(); local
1927 if (! wasEmpty && resumeWithAppendedMotionSample) {
2037 if (wasEmpty && !connection->outboundQueue.isEmpty()) {
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1889 final boolean wasEmpty = mAccountsUpdatedListeners.isEmpty();
1893 if (wasEmpty) {

Completed in 179 milliseconds