HomeSort by relevance Sort by last modified time
    Searched defs:isInBackground (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/
VideoPauseController.java 54 private boolean isInBackground = false;
120 isInBackground = false;
151 "hasPrimaryCallChanged: %b, videoCanPause: %b, isInBackground: %b",
154 isInBackground);
161 if (wasDialing() && canVideoPause && isInBackground) {
165 } else if (!wasVideoCall && canVideoPause && isInBackground) {
189 isInBackground);
196 if (canVideoPause && !isInBackground) {
275 isInBackground = false;
289 isInBackground = true
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 698 if (isInBackground(photo)) {
884 if (mBackgroudOptimization && !isInBackground(photo)) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 67 milliseconds