Home
last modified time | relevance | path

Searched refs:getForegroundUids (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DForegroundUtilsTest.java109 List<Integer> uids = mForegroundUtils.getForegroundUids(); in testOnUidImportance()
114 uids = mForegroundUtils.getForegroundUids(); in testOnUidImportance()
125 List<Integer> uids = mForegroundUtils.getForegroundUids(); in testOnUidImportanceBackground()
155 List<Integer> uids = mForegroundUtils.getForegroundUids(); in testGetForegroundUids()
/packages/apps/Nfc/src/com/android/nfc/
DForegroundUtils.java116 public List<Integer> getForegroundUids() { in getForegroundUids() method in ForegroundUtils
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java358 for (Integer uid : foregroundUtils.getForegroundUids()) { in arePackagesInForeground()