Searched refs:mAppTagMap (Results 1 – 1 of 1) sorted by relevance
2558 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