Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java253 validateIndex(index); in removeAt()
294 validateIndex(index); in keyAt()
315 validateIndex(rowIndex, colIndex); in valueAt()
340 validateIndex(rowIndex, colIndex); in setValueAt()
396 private void validateIndex(int index) { in validateIndex() method in WatchedSparseBooleanMatrix
406 private void validateIndex(int row, int col) { in validateIndex() method in WatchedSparseBooleanMatrix
407 validateIndex(row); in validateIndex()
408 validateIndex(col); in validateIndex()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
H A DTermsViewModel.java64 validateIndex(position); in setTermExpanded()
72 validateIndex(position); in isTermExpanded()
84 private void validateIndex(int position) { in validateIndex() method in TermsViewModel
/aosp12/frameworks/base/services/
H A Dart-profile41999 HSPLcom/android/server/utils/WatchedSparseBooleanMatrix;->validateIndex(I)V
42000 HSPLcom/android/server/utils/WatchedSparseBooleanMatrix;->validateIndex(II)V