Home
last modified time | relevance | path

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

/cts/tests/tests/gameservice/src/android/service/games/testing/
DOnSystemBarVisibilityChangedInfo.java32 int timesShown = in.readInt();
34 return new OnSystemBarVisibilityChangedInfo(timesShown, timesHidden);
47 public OnSystemBarVisibilityChangedInfo(int timesShown, in OnSystemBarVisibilityChangedInfo() argument
49 mTimesShown = timesShown; in OnSystemBarVisibilityChangedInfo()