Searched refs:calculateAppState (Results 1 – 2 of 2) sorted by relevance
379 assertThat(mService.calculateAppState(clientId)).isEqualTo(0); in testCalculateAppStateLocked_notInstalled()387 assertThat(mService.calculateAppState(clientId)).isEqualTo( in testCalculateAppStateLocked_installedNotRunning()396 assertThat(mService.calculateAppState(clientId)) in testCalculateAppStateLocked_runningInBackground()406 assertThat(mService.calculateAppState(clientId)) in testCalculateAppStateLocked_runningInForeground()
980 int calculateAppState(ClientId clientId) { in calculateAppState() method in CarRemoteDeviceService