Searched refs:receivedExtras (Results 1 – 2 of 2) sorted by relevance
167 Bundle receivedExtras = intentFromApp.getBundleExtra(Intent.EXTRA_SUSPENDED_PACKAGE_EXTRAS); in testUpdatingAppExtras() local169 receivedExtras); in testUpdatingAppExtras()177 receivedExtras = intentFromApp.getBundleExtra(Intent.EXTRA_SUSPENDED_PACKAGE_EXTRAS); in testUpdatingAppExtras()179 receivedExtras); in testUpdatingAppExtras()
256 BlockingQueue<Bundle> receivedExtras = new LinkedBlockingQueue<>(); in sendBroadcastAndValidate() local262 receivedExtras.add(getResultExtras(true)); in sendBroadcastAndValidate()270 return receivedExtras.poll(ASYNC_TIMEOUT, TimeUnit.MILLISECONDS); in sendBroadcastAndValidate()