Searched refs:brCode (Results 1 – 1 of 1) sorted by relevance
886 int brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService() local887 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 …]