Searched refs:finalIntent (Results 1 – 1 of 1) sorted by relevance
400 Intent finalIntent = new Intent(ConnectivityReceiver.FINAL_ACTION); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent() local401 finalIntent.setClass(mContext, ConnectivityReceiver.class); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()402 mContext.sendBroadcast(finalIntent); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()418 Intent finalIntent = new Intent(ConnectivityReceiver.FINAL_ACTION); in testConnectivityChanged_whenRegistered_shouldReceiveIntent() local419 finalIntent.setClass(mContext, ConnectivityReceiver.class); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()420 mContext.sendBroadcast(finalIntent); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()