Searched defs:dryRun (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessCachedOptimizerRecord.java | 338 boolean setShouldNotFreeze(boolean shouldNotFreeze, boolean dryRun, in setShouldNotFreeze()
|
D | ProcessStateRecord.java | 486 boolean setCurRawAdj(int curRawAdj, boolean dryRun) { in setCurRawAdj() 614 boolean setCurRawProcState(int curRawProcState, boolean dryRun) { in setCurRawProcState()
|
D | OomAdjuster.java | 2732 boolean couldRecurse, boolean dryRun) { in computeServiceHostOomAdjLSP() 3213 int cachedAdj, boolean couldRecurse, boolean dryRun) { in computeProviderHostOomAdjLSP()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 5508 View getViewForPosition(int position, boolean dryRun) { in getViewForPosition() 5532 boolean dryRun, long deadlineNs) { in tryGetViewHolderForPositionByDeadline() 6013 ViewHolder getScrapOrHiddenOrCachedHolderForPosition(int position, boolean dryRun) { in getScrapOrHiddenOrCachedHolderForPosition() 6066 ViewHolder getScrapOrCachedViewForId(long id, int type, boolean dryRun) { in getScrapOrCachedViewForId()
|