Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DPinnerServiceTest.java201 int totalPinnedSizeBytes = getPinnedSize(pinnerService); in testPinHomeApp() local
202 assertThat(totalPinnedSizeBytes).isGreaterThan(0); in testPinHomeApp()
227 int totalPinnedSizeBytes = getPinnedSize(pinnerService); in testPinHomeAppOnBootCompleted() local
228 assertThat(totalPinnedSizeBytes).isGreaterThan(0); in testPinHomeAppOnBootCompleted()
252 int totalPinnedSizeBytes = getPinnedSize(pinnerService); in testNothingToPin() local
253 assertThat(totalPinnedSizeBytes).isEqualTo(0); in testNothingToPin()