HomeSort by relevance Sort by last modified time
    Searched refs:isInForeground (Results 1 - 7 of 7) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
ForegroundUtils.java 94 public boolean isInForeground(int uid) {
NfcService.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
EnabledNfcFServices.java 162 if (mForegroundUtils.isInForeground(callingUid)) {
PreferredServices.java 314 if (mForegroundUtils.isInForeground(callingUid)) {
  /packages/services/Car/service/src/com/android/car/
AppFocusService.java 128 if (mSystemActivityMonitoringService.isInForeground(
130 !mSystemActivityMonitoringService.isInForeground(
SystemActivityMonitoringService.java 178 public boolean isInForeground(int pid, int uid) {
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java 261 private boolean isInForeground() throws IOException {
692 int currentState = isInForeground() ? STATE_FOREGROUND : STATE_DEFAULT;
    [all...]

Completed in 438 milliseconds