Home
last modified time | relevance | path

Searched refs:isInForeground (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java87 public void setIsInForeground(boolean isInForeground) { in setIsInForeground() argument
88 mIsInForeground = isInForeground; in setIsInForeground()
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java128 if (mSystemActivityMonitoringService.isInForeground( in requestAppFocus()
130 !mSystemActivityMonitoringService.isInForeground( in requestAppFocus()
DSystemActivityMonitoringService.java193 public boolean isInForeground(int pid, int uid) { in isInForeground() method in SystemActivityMonitoringService
/packages/apps/Nfc/src/com/android/nfc/
DForegroundUtils.java94 public boolean isInForeground(int uid) { in isInForeground() method in ForegroundUtils
DNfcService.java1060 if (!mForegroundUtils.isInForeground(Binder.getCallingUid())) { in setForegroundDispatch()
1156 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) { in invokeBeam()
1243 if (callingUid != Process.SYSTEM_UID && !mForegroundUtils.isInForeground(callingUid)) { in setReaderMode()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DEnabledNfcFServices.java162 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredEnabledForegroundService()
DPreferredServices.java315 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredPreferredForegroundService()