Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Darguments_parser.h76 const size_t maxCount, const std::string &description) { in variableLengthArguments() argument
77 return ArgumentSpec(name, minCount, maxCount, description); in variableLengthArguments()
88 ArgumentSpec(const std::string &name, const size_t minCount, const size_t maxCount, in ArgumentSpec() argument
90 : mName(name), mMinCount(minCount), mMaxCount(maxCount), mDescription(description) {} in ArgumentSpec()
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java119 int minCount, int maxCount) { in ChannelsRowAdapter() argument
125 mMaxCount = maxCount; in ChannelsRowAdapter()
/packages/apps/TV/src/com/android/tv/data/
DWatchedHistoryManager.java210 public List<Channel> buildRecentChannel(ChannelDataManager channelDataManager, int maxCount) { in buildRecentChannel() argument
240 if (list.size() >= maxCount) { in buildRecentChannel()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMapTestData.java105 public static BluetoothMapConvoListing getConvoListingReference(int maxCount, int offset, in getConvoListingReference() argument