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.java886 int brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService() local
887 if (brCode != Activity.RESULT_CANCELED) { in testBackgroundCheckBroadcastService()
888 fail("Didn't fail starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
910 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
911 if (brCode != Activity.RESULT_FIRST_USER) { in testBackgroundCheckBroadcastService()
912 fail("Failed starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
945 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
946 if (brCode != Activity.RESULT_CANCELED) { in testBackgroundCheckBroadcastService()
947 fail("Didn't fail starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
964 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
[all …]