Home
last modified time | relevance | path

Searched refs:isPending (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DBalloonHint.java184 if (mBalloonTimer.isPending()) { in delayedShow()
201 if (mBalloonTimer.isPending()) { in delayedUpdate()
215 if (mBalloonTimer.isPending()) { in delayedDismiss()
231 if (mBalloonTimer.isPending()) { in removeTimer()
298 public boolean isPending() { in isPending() method in BalloonHint.BalloonTimer
DCandidateView.java747 public boolean isPending() {
/packages/providers/GoogleSubscribedFeedsProvider/src/com/android/settings/
DSyncStateCheckBoxPreference.java120 public void setPending(boolean isPending) { in setPending() argument
121 mIsPending = isPending; in setPending()
/packages/apps/GlobalSearch/tests/src/com/android/globalsearch/
DSuggestionSessionTest.java163 assertTrue("isPending.", snapshot.isPending); in testBasicQuery()
176 assertTrue(snapshot.isPending); in testBasicQuery()
190 assertFalse(snapshot.isPending); in testBasicQuery()
212 assertFalse("should not be pending when results are cached.", snapshot.isPending); in testCaching()
385 snapshot.isPending); in testSessionStats_impressionsWithMoreExpanded_beforeSourceResponds()
510 final boolean isPending; field in SuggestionSessionTest.Snapshot
515 isPending = pending; in Snapshot()