Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2558 appTag = userState.mAppTagMap.get(state.callingUid); in getCurrentTunedInfosInternalLocked()
2561 userState.mAppTagMap.put(state.callingUid, appTag); in getCurrentTunedInfosInternalLocked()
2671 private final Map<Integer, Integer> mAppTagMap = new HashMap<>(); field in TvInputManagerService.UserState