Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java808 if (!mForegroundUtils.isInForeground(Binder.getCallingUid())) { in setForegroundDispatch()
864 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) { in invokeBeam()
942 if (callingUid != Process.SYSTEM_UID && !mForegroundUtils.isInForeground(callingUid)) { in setReaderMode()
DForegroundUtils.java94 public boolean isInForeground(int uid) { in isInForeground() method in ForegroundUtils
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DPreferredServices.java310 if (mForegroundUtils.isInForeground(callingUid)) { in unregisteredPreferredForegroundService()