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.java90 if (!isInForegroundLocked(uid)) { in registerUidToBackgroundCallback()
108 return isInForegroundLocked(uid); in isInForeground()
128 private boolean isInForegroundLocked(int uid) { in isInForegroundLocked() method in ForegroundUtils