Searched refs:appIdle (Results 1 – 3 of 3) sorted by relevance
69 final boolean appIdle = !mAppIdleParoleOn && mUsageStatsInternal.isAppIdle(packageName, in maybeStartTrackingJob()73 + packageName + " to " + appIdle); in maybeStartTrackingJob()75 jobStatus.appNotIdleConstraintSatisfied.set(!appIdle); in maybeStartTrackingJob()110 … final boolean appIdle = !mAppIdleParoleOn && mUsageStatsInternal.isAppIdle(packageName, in setAppIdleParoleOn()113 Slog.d(LOG_TAG, "Setting idle state of " + packageName + " to " + appIdle); in setAppIdleParoleOn()115 if (task.appNotIdleConstraintSatisfied.get() == appIdle) { in setAppIdleParoleOn()116 task.appNotIdleConstraintSatisfied.set(!appIdle); in setAppIdleParoleOn()
94 public boolean appIdle; field in SyncOperation
1285 if (op.appIdle in onAppNotIdle()1288 op.appIdle = false; in onAppNotIdle()2629 op.appIdle = true; in maybeStartNextSyncH()2635 op.appIdle = false; in maybeStartNextSyncH()