HomeSort by relevance Sort by last modified time
    Searched refs:nonSystemInputCount (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/analytics/
ConfigurationInfo.java 24 public final int nonSystemInputCount;
26 public ConfigurationInfo(int systemInputCount, int nonSystemInputCount) {
28 this.nonSystemInputCount = nonSystemInputCount;
SendConfigInfoRunnable.java 41 int nonSystemInputCount = 0;
46 nonSystemInputCount++;
50 nonSystemInputCount);

Completed in 53 milliseconds