Home
last modified time | relevance | path

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

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