Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DForegroundUtils.java78 if (!isInForegroundLocked(uid)) { in registerUidToBackgroundCallback()
96 return isInForegroundLocked(uid); in isInForeground()
114 private boolean isInForegroundLocked(int uid) { in isInForegroundLocked() method in ForegroundUtils