Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java799 int brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService() local
800 if (brCode != Activity.RESULT_CANCELED) { in testBackgroundCheckBroadcastService()
801 fail("Didn't fail starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
820 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
821 if (brCode != Activity.RESULT_FIRST_USER) { in testBackgroundCheckBroadcastService()
822 fail("Failed starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
855 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
856 if (brCode != Activity.RESULT_CANCELED) { in testBackgroundCheckBroadcastService()
857 fail("Didn't fail starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
874 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
[all …]