Home
last modified time | relevance | path

Searched refs:INVALID_KEY (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
H A DSparseMappingTableTest.java147 Assert.assertEquals(SparseMappingTable.INVALID_KEY, key); in testParcelingWithReset()
197 Assert.assertEquals(SparseMappingTable.INVALID_KEY, key); in testInvalidKey()
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java52 public static final int INVALID_KEY = 0xffffffff; field in SparseMappingTable
170 return INVALID_KEY; in getKey()
H A DProcessState.java1056 if (key == SparseMappingTable.INVALID_KEY) { in dumpPss()
H A DProcessStats.java483 if (sysKey != SparseMappingTable.INVALID_KEY) { in computeTotalMemoryUse()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
H A DRuleBinaryParserTest.java79 private static final String INVALID_KEY = getBits(INVALID_KEY_VALUE, KEY_BITS); field in RuleBinaryParserTest
613 + INVALID_KEY in testBinaryString_invalidRule_invalidKey_noIndexing()