Home
last modified time | relevance | path

Searched defs:colIndex (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java349 public boolean valueAt(int rowIndex, int colIndex) { in valueAt()
374 public void setValueAt(int rowIndex, int colIndex, boolean value) { in setValueAt()
/aosp14/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java307 int colIndex = line.indexOf(":"); in shouldRemoveHeaderLine() local
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java247 int colIndex = cursor.getColumnIndexOrThrow(colName); in getNullableFloat() local
/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java843 int colIndex = cursor.getColumnIndex(field); in cursorIntToContentValues() local
873 int colIndex = cursor.getColumnIndex(field); in cursorLongToContentValues() local
904 int colIndex = cursor.getColumnIndex(field); in cursorDoubleToContentValues() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java1127 int colIndex = b.keyAt(4); in testWatchedSparseBooleanMatrix() local
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java1135 final int colIndex = i % (2 * (mMeshWidth + 1)) / 2; in fillMeshMatrix() local