Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarRemoteDeviceServiceTest.java379 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()
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java980 int calculateAppState(ClientId clientId) { in calculateAppState() method in CarRemoteDeviceService