Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java350 ForegroundUtils foregroundUtils = ForegroundUtils.getInstance(am); in arePackagesInForeground() local
351 if (foregroundUtils == null) { in arePackagesInForeground()
358 for (Integer uid : foregroundUtils.getForegroundUids()) { in arePackagesInForeground()
DCardEmulationManager.java155 ForegroundUtils foregroundUtils, in CardEmulationManager() argument
170 mForegroundUtils = foregroundUtils; in CardEmulationManager()