Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/apexsystemservices/src/com/android/server/
H A DApexSystemServicesTestCases.java80 assertThat(getFakeApexSystemServiceLogcat()) in testNoApexSystemServiceStartsWithoutApex()
95 assertThat(getFakeApexSystemServiceLogcat()) in testApexSystemServiceStarts()
110 assertThat(getFakeApexSystemServiceLogcat().lines() in testInitOrder()
122 private String getFakeApexSystemServiceLogcat() throws DeviceNotAvailableException { in getFakeApexSystemServiceLogcat() method in ApexSystemServicesTestCases