Home | History | Annotate | Download | only in nfc

Lines Matching refs:isInForeground

822             if (!mForegroundUtils.isInForeground(Binder.getCallingUid())) {
905 if (mForegroundUtils.isInForeground(Binder.getCallingUid())) {
992 if (callingUid != Process.SYSTEM_UID && !mForegroundUtils.isInForeground(callingUid)) {