Searched refs:mForegroundUid (Results 1 – 2 of 2) sorted by relevance
46 int mForegroundUid = -1; // The UID of the fg app, or -1 if fg app didn't request field in EnabledNfcFServices101 mForegroundUid = -1; in onServicesUpdated()130 mForegroundUid = callingUid; in registerEnabledForegroundService()146 if (mForegroundUid == uid) { in unregisterForegroundService()148 mForegroundUid = -1; in unregisterForegroundService()203 mForegroundUid = -1; in onNfcDisabled()213 mForegroundUid = -1; in onUserSwitched()
81 int mForegroundUid; // The UID of the fg app, or -1 if fg app didn't request field in PreferredServices211 mForegroundUid = -1; in onServicesUpdated()277 mForegroundUid = callingUid; in registerPreferredForegroundService()296 if (mForegroundUid == uid) { in unregisterForegroundService()298 mForegroundUid = -1; in unregisterForegroundService()377 pw.println(" Default for foreground app (UID: " + mForegroundUid + in dump()