Searched refs:isPending (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java344 if (mSendTouchExplorationEndDelayed.isPending()
352 if (mSendTouchInteractionEndDelayed.isPending()
412 if (mSendTouchExplorationEndDelayed.isPending()) {
416 if (mSendTouchInteractionEndDelayed.isPending()) {
432 if (!mSendHoverEnterAndMoveDelayed.isPending()) {
461 if (mSendHoverEnterAndMoveDelayed.isPending()) {
514 if (mPerformLongPressDelayed.isPending()) {
537 if (mSendHoverEnterAndMoveDelayed.isPending()) {
588 if (mSendHoverEnterAndMoveDelayed.isPending()) {
619 if (mSendHoverEnterAndMoveDelayed.isPending()) {
1312 private boolean isPending() { method in class:TouchExplorer.PerformLongPressDelayed
1412 private boolean isPending() { method in class:TouchExplorer.SendHoverEnterAndMoveDelayed
1485 private boolean isPending() { method in class:TouchExplorer.SendHoverExitDelayed
1539 public boolean isPending() { method in class:TouchExplorer.SendAccessibilityEventDelayed
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1302 void recordInitPendingLocked(boolean isPending, String transportName) { argument
1303 if (DEBUG) Slog.i(TAG, "recordInitPendingLocked: " + isPending
1314 if (isPending) {
1338 if (isPending) {
1342 (isPending ? 1 : 0),

Completed in 51 milliseconds