Searched refs:totalPinnedSizeBytes (Results 1 – 1 of 1) sorted by relevance
201 int totalPinnedSizeBytes = getPinnedSize(pinnerService); in testPinHomeApp() local202 assertThat(totalPinnedSizeBytes).isGreaterThan(0); in testPinHomeApp()227 int totalPinnedSizeBytes = getPinnedSize(pinnerService); in testPinHomeAppOnBootCompleted() local228 assertThat(totalPinnedSizeBytes).isGreaterThan(0); in testPinHomeAppOnBootCompleted()252 int totalPinnedSizeBytes = getPinnedSize(pinnerService); in testNothingToPin() local253 assertThat(totalPinnedSizeBytes).isEqualTo(0); in testNothingToPin()