OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prunecount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
ActivityChooserModel.java
767
final int
pruneCount
= mHistoricalRecords.size() - mHistoryMaxSize;
768
if (
pruneCount
<= 0) {
772
for (int i = 0; i <
pruneCount
; i++) {
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserModel.java
743
final int
pruneCount
= mHistoricalRecords.size() - mHistoryMaxSize;
744
if (
pruneCount
<= 0) {
748
for (int i = 0; i <
pruneCount
; i++) {
[
all
...]
Completed in 76 milliseconds