Searched defs:isForeground (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationRequestStatistics.java | 28 boolean isForeground) { 36 stats.updateForeground(isForeground); 59 public void updateForeground(String packageName, String providerName, boolean isForeground) { argument 63 stats.updateForeground(isForeground); 152 private void updateForeground(boolean isForeground) { argument 158 mLastForegroundElapsedTimeMs = isForeground ? nowElapsedTimeMs : 0; 27 startRequesting(String packageName, String providerName, long intervalMs, boolean isForeground) argument
|
/frameworks/base/core/java/android/app/ |
H A D | Service.java | 661 public final void setForeground(boolean isForeground) { argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
H A D | UserGridRecyclerView.java | 105 boolean isForeground = 108 false /* isAddUser */, isForeground); 132 false /* isAddUser */, false /* isForeground */); 142 true /* isAddUser */, false /* isForeground */); 335 boolean isForeground) { 339 mIsForeground = isForeground; 334 UserRecord(UserInfo userInfo, boolean isStartGuestSession, boolean isAddUser, boolean isForeground) argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ServiceRecord.java | 100 boolean isForeground; // is service currently in foreground mode? field in class:ServiceRecord 268 if (isForeground || foregroundId != 0) { 371 if (isForeground || foregroundId != 0) { 372 pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
|
H A D | ActivityManagerService.java | 8713 public void setProcessImportant(IBinder token, int pid, boolean isForeground, String reason) { argument 8721 if (pr == null && isForeground) { 8734 if (isForeground && token != null) { 24821 updateProcessForegroundLocked(ProcessRecord proc, boolean isForeground, boolean oomAdj) argument [all...] |
/frameworks/base/services/core/java/com/android/server/ |
H A D | LocationManagerService.java | 1916 void updateForeground(boolean isForeground){ argument 1917 mIsForegroundUid = isForeground; 1919 mReceiver.mIdentity.mPackageName, mProvider, isForeground);
|
Completed in 144 milliseconds