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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java352 if (mSendTouchExplorationEndDelayed.isPending()
360 if (mSendTouchInteractionEndDelayed.isPending()
420 if (mSendTouchExplorationEndDelayed.isPending()) {
424 if (mSendTouchInteractionEndDelayed.isPending()) {
440 if (!mSendHoverEnterAndMoveDelayed.isPending()) {
469 if (mSendHoverEnterAndMoveDelayed.isPending()) {
522 if (mPerformLongPressDelayed.isPending()) {
545 if (mSendHoverEnterAndMoveDelayed.isPending()) {
596 if (mSendHoverEnterAndMoveDelayed.isPending()) {
627 if (mSendHoverEnterAndMoveDelayed.isPending()) {
1315 private boolean isPending() { method in class:TouchExplorer.PerformLongPressDelayed
1385 private boolean isPending() { method in class:TouchExplorer.SendHoverEnterAndMoveDelayed
1458 private boolean isPending() { method in class:TouchExplorer.SendHoverExitDelayed
1512 public boolean isPending() { method in class:TouchExplorer.SendAccessibilityEventDelayed
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java210 || mCurrentCommand.isPending())) {
224 || (!mCurrentCommand.isPending() && !mCurrentCommand.isRunning()))
231 && (mCurrentCommand.isPending() || mCurrentCommand.isRunning())) {
440 if (mCurrentCommand.isPending()) {
589 public final boolean isPending() { method in class:RemotePrintDocument.AsyncCommand
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1568 void recordInitPendingLocked(boolean isPending, String transportName) { argument
1569 if (DEBUG) Slog.i(TAG, "recordInitPendingLocked: " + isPending
1580 if (isPending) {
1604 if (isPending) {
1608 (isPending ? 1 : 0),

Completed in 2248 milliseconds