Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DEnabledNfcFServices.java46 int mForegroundUid = -1; // The UID of the fg app, or -1 if fg app didn't request field in EnabledNfcFServices
101 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()
DPreferredServices.java81 int mForegroundUid; // The UID of the fg app, or -1 if fg app didn't request field in PreferredServices
211 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()